7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/finspace/Finspace_EXPORTS.h>
11#include <aws/finspace/model/CustomDNSServer.h>
12#include <aws/finspace/model/DnsStatus.h>
13#include <aws/finspace/model/EnvironmentStatus.h>
14#include <aws/finspace/model/TgwStatus.h>
15#include <aws/finspace/model/TransitGatewayConfiguration.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
58 template <
typename EnvironmentIdT = Aws::String>
60 m_environmentIdHasBeenSet =
true;
61 m_environmentId = std::forward<EnvironmentIdT>(value);
63 template <
typename EnvironmentIdT = Aws::String>
76 template <
typename AwsAccountIdT = Aws::String>
78 m_awsAccountIdHasBeenSet =
true;
79 m_awsAccountId = std::forward<AwsAccountIdT>(value);
81 template <
typename AwsAccountIdT = Aws::String>
94 m_statusHasBeenSet =
true;
109 m_tgwStatusHasBeenSet =
true;
124 m_dnsStatusHasBeenSet =
true;
138 template <
typename ErrorMessageT = Aws::String>
140 m_errorMessageHasBeenSet =
true;
141 m_errorMessage = std::forward<ErrorMessageT>(value);
143 template <
typename ErrorMessageT = Aws::String>
155 template <
typename DescriptionT = Aws::String>
157 m_descriptionHasBeenSet =
true;
158 m_description = std::forward<DescriptionT>(value);
160 template <
typename DescriptionT = Aws::String>
172 template <
typename EnvironmentArnT = Aws::String>
174 m_environmentArnHasBeenSet =
true;
175 m_environmentArn = std::forward<EnvironmentArnT>(value);
177 template <
typename EnvironmentArnT = Aws::String>
189 template <
typename KmsKeyIdT = Aws::String>
191 m_kmsKeyIdHasBeenSet =
true;
192 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
194 template <
typename KmsKeyIdT = Aws::String>
206 template <
typename DedicatedServiceAccountIdT = Aws::String>
208 m_dedicatedServiceAccountIdHasBeenSet =
true;
209 m_dedicatedServiceAccountId = std::forward<DedicatedServiceAccountIdT>(value);
211 template <
typename DedicatedServiceAccountIdT = Aws::String>
221 template <
typename TransitGatewayConfigurationT = TransitGatewayConfiguration>
223 m_transitGatewayConfigurationHasBeenSet =
true;
224 m_transitGatewayConfiguration = std::forward<TransitGatewayConfigurationT>(value);
226 template <
typename TransitGatewayConfigurationT = TransitGatewayConfiguration>
239 template <
typename CustomDNSConfigurationT = Aws::Vector<CustomDNSServer>>
241 m_customDNSConfigurationHasBeenSet =
true;
242 m_customDNSConfiguration = std::forward<CustomDNSConfigurationT>(value);
244 template <
typename CustomDNSConfigurationT = Aws::Vector<CustomDNSServer>>
249 template <
typename CustomDNSConfigurationT = CustomDNSServer>
251 m_customDNSConfigurationHasBeenSet =
true;
252 m_customDNSConfiguration.emplace_back(std::forward<CustomDNSConfigurationT>(value));
262 template <
typename CreationTimestampT = Aws::Utils::DateTime>
264 m_creationTimestampHasBeenSet =
true;
265 m_creationTimestamp = std::forward<CreationTimestampT>(value);
267 template <
typename CreationTimestampT = Aws::Utils::DateTime>
279 template <
typename UpdateTimestampT = Aws::Utils::DateTime>
281 m_updateTimestampHasBeenSet =
true;
282 m_updateTimestamp = std::forward<UpdateTimestampT>(value);
284 template <
typename UpdateTimestampT = Aws::Utils::DateTime>
297 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
299 m_availabilityZoneIdsHasBeenSet =
true;
300 m_availabilityZoneIds = std::forward<AvailabilityZoneIdsT>(value);
302 template <
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
307 template <
typename AvailabilityZoneIdsT = Aws::String>
309 m_availabilityZoneIdsHasBeenSet =
true;
310 m_availabilityZoneIds.emplace_back(std::forward<AvailabilityZoneIdsT>(value));
318 template <
typename RequestIdT = Aws::String>
320 m_requestIdHasBeenSet =
true;
321 m_requestId = std::forward<RequestIdT>(value);
323 template <
typename RequestIdT = Aws::String>
352 TransitGatewayConfiguration m_transitGatewayConfiguration;
363 bool m_nameHasBeenSet =
false;
364 bool m_environmentIdHasBeenSet =
false;
365 bool m_awsAccountIdHasBeenSet =
false;
366 bool m_statusHasBeenSet =
false;
367 bool m_tgwStatusHasBeenSet =
false;
368 bool m_dnsStatusHasBeenSet =
false;
369 bool m_errorMessageHasBeenSet =
false;
370 bool m_descriptionHasBeenSet =
false;
371 bool m_environmentArnHasBeenSet =
false;
372 bool m_kmsKeyIdHasBeenSet =
false;
373 bool m_dedicatedServiceAccountIdHasBeenSet =
false;
374 bool m_transitGatewayConfigurationHasBeenSet =
false;
375 bool m_customDNSConfigurationHasBeenSet =
false;
376 bool m_creationTimestampHasBeenSet =
false;
377 bool m_updateTimestampHasBeenSet =
false;
378 bool m_availabilityZoneIdsHasBeenSet =
false;
379 bool m_requestIdHasBeenSet =
false;
UpdateKxEnvironmentResult & AddCustomDNSConfiguration(CustomDNSConfigurationT &&value)
UpdateKxEnvironmentResult & WithUpdateTimestamp(UpdateTimestampT &&value)
void SetCreationTimestamp(CreationTimestampT &&value)
UpdateKxEnvironmentResult & AddAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
void SetErrorMessage(ErrorMessageT &&value)
const Aws::String & GetDedicatedServiceAccountId() const
const Aws::Vector< CustomDNSServer > & GetCustomDNSConfiguration() const
const TransitGatewayConfiguration & GetTransitGatewayConfiguration() const
void SetStatus(EnvironmentStatus value)
void SetUpdateTimestamp(UpdateTimestampT &&value)
UpdateKxEnvironmentResult & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetErrorMessage() const
AWS_FINSPACE_API UpdateKxEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
EnvironmentStatus GetStatus() const
const Aws::String & GetEnvironmentArn() const
UpdateKxEnvironmentResult & WithTransitGatewayConfiguration(TransitGatewayConfigurationT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreationTimestamp() const
UpdateKxEnvironmentResult & WithCreationTimestamp(CreationTimestampT &&value)
const Aws::String & GetEnvironmentId() const
const Aws::Vector< Aws::String > & GetAvailabilityZoneIds() const
void SetTransitGatewayConfiguration(TransitGatewayConfigurationT &&value)
AWS_FINSPACE_API UpdateKxEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateKxEnvironmentResult & WithDedicatedServiceAccountId(DedicatedServiceAccountIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
UpdateKxEnvironmentResult & WithDescription(DescriptionT &&value)
UpdateKxEnvironmentResult & WithEnvironmentArn(EnvironmentArnT &&value)
UpdateKxEnvironmentResult & WithAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
const Aws::String & GetKmsKeyId() const
UpdateKxEnvironmentResult & WithName(NameT &&value)
const Aws::String & GetDescription() const
void SetDnsStatus(DnsStatus value)
void SetEnvironmentId(EnvironmentIdT &&value)
TgwStatus GetTgwStatus() const
void SetCustomDNSConfiguration(CustomDNSConfigurationT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetEnvironmentArn(EnvironmentArnT &&value)
UpdateKxEnvironmentResult & WithRequestId(RequestIdT &&value)
void SetAvailabilityZoneIds(AvailabilityZoneIdsT &&value)
DnsStatus GetDnsStatus() const
const Aws::Utils::DateTime & GetUpdateTimestamp() const
UpdateKxEnvironmentResult & WithEnvironmentId(EnvironmentIdT &&value)
void SetDedicatedServiceAccountId(DedicatedServiceAccountIdT &&value)
const Aws::String & GetAwsAccountId() const
void SetRequestId(RequestIdT &&value)
UpdateKxEnvironmentResult & WithCustomDNSConfiguration(CustomDNSConfigurationT &&value)
UpdateKxEnvironmentResult & WithErrorMessage(ErrorMessageT &&value)
UpdateKxEnvironmentResult & WithTgwStatus(TgwStatus value)
const Aws::String & GetRequestId() const
UpdateKxEnvironmentResult & WithDnsStatus(DnsStatus value)
void SetName(NameT &&value)
AWS_FINSPACE_API UpdateKxEnvironmentResult()=default
UpdateKxEnvironmentResult & WithStatus(EnvironmentStatus value)
void SetDescription(DescriptionT &&value)
void SetTgwStatus(TgwStatus value)
UpdateKxEnvironmentResult & WithKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue