AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DisableImageDeregistrationProtectionResponse.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/model/ResponseMetadata.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Xml
20{
21 class XmlDocument;
22} // namespace Xml
23} // namespace Utils
24namespace EC2
25{
26namespace Model
27{
29 {
30 public:
34
35
37
41 inline const Aws::String& GetReturn() const{ return m_return; }
42 inline void SetReturn(const Aws::String& value) { m_return = value; }
43 inline void SetReturn(Aws::String&& value) { m_return = std::move(value); }
44 inline void SetReturn(const char* value) { m_return.assign(value); }
46 inline DisableImageDeregistrationProtectionResponse& WithReturn(Aws::String&& value) { SetReturn(std::move(value)); return *this;}
47 inline DisableImageDeregistrationProtectionResponse& WithReturn(const char* value) { SetReturn(value); return *this;}
49
51
52 inline const ResponseMetadata& GetResponseMetadata() const{ return m_responseMetadata; }
53 inline void SetResponseMetadata(const ResponseMetadata& value) { m_responseMetadata = value; }
54 inline void SetResponseMetadata(ResponseMetadata&& value) { m_responseMetadata = std::move(value); }
58 private:
59
60 Aws::String m_return;
61
62 ResponseMetadata m_responseMetadata;
63 };
64
65} // namespace Model
66} // namespace EC2
67} // namespace Aws
AWS_EC2_API DisableImageDeregistrationProtectionResponse(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DisableImageDeregistrationProtectionResponse & WithResponseMetadata(ResponseMetadata &&value)
DisableImageDeregistrationProtectionResponse & WithReturn(const char *value)
DisableImageDeregistrationProtectionResponse & WithReturn(Aws::String &&value)
DisableImageDeregistrationProtectionResponse & WithReturn(const Aws::String &value)
DisableImageDeregistrationProtectionResponse & WithResponseMetadata(const ResponseMetadata &value)
AWS_EC2_API DisableImageDeregistrationProtectionResponse & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument