7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/deadline/Deadline_EXPORTS.h>
11#include <aws/deadline/model/LicenseEndpointStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template <
typename LicenseEndpo
intIdT = Aws::String>
46 m_licenseEndpointIdHasBeenSet =
true;
47 m_licenseEndpointId = std::forward<LicenseEndpointIdT>(value);
49 template <
typename LicenseEndpo
intIdT = Aws::String>
62 m_statusHasBeenSet =
true;
76 template <
typename StatusMessageT = Aws::String>
78 m_statusMessageHasBeenSet =
true;
79 m_statusMessage = std::forward<StatusMessageT>(value);
81 template <
typename StatusMessageT = Aws::String>
93 template <
typename VpcIdT = Aws::String>
95 m_vpcIdHasBeenSet =
true;
96 m_vpcId = std::forward<VpcIdT>(value);
98 template <
typename VpcIdT = Aws::String>
100 SetVpcId(std::forward<VpcIdT>(value));
110 template <
typename DnsNameT = Aws::String>
112 m_dnsNameHasBeenSet =
true;
113 m_dnsName = std::forward<DnsNameT>(value);
115 template <
typename DnsNameT = Aws::String>
127 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
129 m_subnetIdsHasBeenSet =
true;
130 m_subnetIds = std::forward<SubnetIdsT>(value);
132 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
137 template <
typename SubnetIdsT = Aws::String>
139 m_subnetIdsHasBeenSet =
true;
140 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
150 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
152 m_securityGroupIdsHasBeenSet =
true;
153 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
155 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
160 template <
typename SecurityGroupIdsT = Aws::String>
162 m_securityGroupIdsHasBeenSet =
true;
163 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
171 template <
typename RequestIdT = Aws::String>
173 m_requestIdHasBeenSet =
true;
174 m_requestId = std::forward<RequestIdT>(value);
176 template <
typename RequestIdT = Aws::String>
201 bool m_licenseEndpointIdHasBeenSet =
false;
202 bool m_statusHasBeenSet =
false;
203 bool m_statusMessageHasBeenSet =
false;
204 bool m_vpcIdHasBeenSet =
false;
205 bool m_dnsNameHasBeenSet =
false;
206 bool m_subnetIdsHasBeenSet =
false;
207 bool m_securityGroupIdsHasBeenSet =
false;
208 bool m_requestIdHasBeenSet =
false;
GetLicenseEndpointResult & WithSecurityGroupIds(SecurityGroupIdsT &&value)
void SetLicenseEndpointId(LicenseEndpointIdT &&value)
GetLicenseEndpointResult & AddSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
GetLicenseEndpointResult & WithStatusMessage(StatusMessageT &&value)
GetLicenseEndpointResult & AddSubnetIds(SubnetIdsT &&value)
const Aws::String & GetLicenseEndpointId() const
void SetSubnetIds(SubnetIdsT &&value)
void SetStatusMessage(StatusMessageT &&value)
void SetStatus(LicenseEndpointStatus value)
AWS_DEADLINE_API GetLicenseEndpointResult()=default
const Aws::String & GetStatusMessage() const
void SetDnsName(DnsNameT &&value)
const Aws::String & GetDnsName() const
GetLicenseEndpointResult & WithSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
LicenseEndpointStatus GetStatus() const
void SetVpcId(VpcIdT &&value)
GetLicenseEndpointResult & WithLicenseEndpointId(LicenseEndpointIdT &&value)
GetLicenseEndpointResult & WithStatus(LicenseEndpointStatus value)
const Aws::String & GetVpcId() const
AWS_DEADLINE_API GetLicenseEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetLicenseEndpointResult & WithDnsName(DnsNameT &&value)
GetLicenseEndpointResult & WithVpcId(VpcIdT &&value)
AWS_DEADLINE_API GetLicenseEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLicenseEndpointResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue