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;
37 template <
typename LicenseEndpo
intIdT = Aws::String>
39 m_licenseEndpointIdHasBeenSet =
true;
40 m_licenseEndpointId = std::forward<LicenseEndpointIdT>(value);
42 template <
typename LicenseEndpo
intIdT = Aws::String>
55 m_statusHasBeenSet =
true;
69 template <
typename StatusMessageT = Aws::String>
71 m_statusMessageHasBeenSet =
true;
72 m_statusMessage = std::forward<StatusMessageT>(value);
74 template <
typename StatusMessageT = Aws::String>
86 template <
typename VpcIdT = Aws::String>
88 m_vpcIdHasBeenSet =
true;
89 m_vpcId = std::forward<VpcIdT>(value);
91 template <
typename VpcIdT = Aws::String>
93 SetVpcId(std::forward<VpcIdT>(value));
103 template <
typename DnsNameT = Aws::String>
105 m_dnsNameHasBeenSet =
true;
106 m_dnsName = std::forward<DnsNameT>(value);
108 template <
typename DnsNameT = Aws::String>
120 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
122 m_subnetIdsHasBeenSet =
true;
123 m_subnetIds = std::forward<SubnetIdsT>(value);
125 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
130 template <
typename SubnetIdsT = Aws::String>
132 m_subnetIdsHasBeenSet =
true;
133 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
143 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
145 m_securityGroupIdsHasBeenSet =
true;
146 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
148 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
153 template <
typename SecurityGroupIdsT = Aws::String>
155 m_securityGroupIdsHasBeenSet =
true;
156 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
164 template <
typename RequestIdT = Aws::String>
166 m_requestIdHasBeenSet =
true;
167 m_requestId = std::forward<RequestIdT>(value);
169 template <
typename RequestIdT = Aws::String>
194 bool m_licenseEndpointIdHasBeenSet =
false;
195 bool m_statusHasBeenSet =
false;
196 bool m_statusMessageHasBeenSet =
false;
197 bool m_vpcIdHasBeenSet =
false;
198 bool m_dnsNameHasBeenSet =
false;
199 bool m_subnetIdsHasBeenSet =
false;
200 bool m_securityGroupIdsHasBeenSet =
false;
201 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