7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/EnvironmentStatus.h>
10#include <aws/finspace/model/TgwStatus.h>
11#include <aws/finspace/model/DnsStatus.h>
12#include <aws/finspace/model/TransitGatewayConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/core/utils/DateTime.h>
15#include <aws/finspace/model/CustomDNSServer.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
58 template<
typename EnvironmentIdT = Aws::String>
59 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
60 template<
typename EnvironmentIdT = Aws::String>
70 template<
typename AwsAccountIdT = Aws::String>
71 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
72 template<
typename AwsAccountIdT = Aws::String>
108 template<
typename ErrorMessageT = Aws::String>
109 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
110 template<
typename ErrorMessageT = Aws::String>
119 template<
typename DescriptionT = Aws::String>
120 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
121 template<
typename DescriptionT = Aws::String>
130 template<
typename EnvironmentArnT = Aws::String>
131 void SetEnvironmentArn(EnvironmentArnT&& value) { m_environmentArnHasBeenSet =
true; m_environmentArn = std::forward<EnvironmentArnT>(value); }
132 template<
typename EnvironmentArnT = Aws::String>
141 template<
typename KmsKeyIdT = Aws::String>
142 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
143 template<
typename KmsKeyIdT = Aws::String>
152 template<
typename DedicatedServiceAccountIdT = Aws::String>
153 void SetDedicatedServiceAccountId(DedicatedServiceAccountIdT&& value) { m_dedicatedServiceAccountIdHasBeenSet =
true; m_dedicatedServiceAccountId = std::forward<DedicatedServiceAccountIdT>(value); }
154 template<
typename DedicatedServiceAccountIdT = Aws::String>
161 template<
typename TransitGatewayConfigurationT = TransitGatewayConfiguration>
162 void SetTransitGatewayConfiguration(TransitGatewayConfigurationT&& value) { m_transitGatewayConfigurationHasBeenSet =
true; m_transitGatewayConfiguration = std::forward<TransitGatewayConfigurationT>(value); }
163 template<
typename TransitGatewayConfigurationT = TransitGatewayConfiguration>
173 template<
typename CustomDNSConfigurationT = Aws::Vector<CustomDNSServer>>
174 void SetCustomDNSConfiguration(CustomDNSConfigurationT&& value) { m_customDNSConfigurationHasBeenSet =
true; m_customDNSConfiguration = std::forward<CustomDNSConfigurationT>(value); }
175 template<
typename CustomDNSConfigurationT = Aws::Vector<CustomDNSServer>>
177 template<
typename CustomDNSConfigurationT = CustomDNSServer>
186 template<
typename CreationTimestampT = Aws::Utils::DateTime>
187 void SetCreationTimestamp(CreationTimestampT&& value) { m_creationTimestampHasBeenSet =
true; m_creationTimestamp = std::forward<CreationTimestampT>(value); }
188 template<
typename CreationTimestampT = Aws::Utils::DateTime>
197 template<
typename UpdateTimestampT = Aws::Utils::DateTime>
198 void SetUpdateTimestamp(UpdateTimestampT&& value) { m_updateTimestampHasBeenSet =
true; m_updateTimestamp = std::forward<UpdateTimestampT>(value); }
199 template<
typename UpdateTimestampT = Aws::Utils::DateTime>
209 template<
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
210 void SetAvailabilityZoneIds(AvailabilityZoneIdsT&& value) { m_availabilityZoneIdsHasBeenSet =
true; m_availabilityZoneIds = std::forward<AvailabilityZoneIdsT>(value); }
211 template<
typename AvailabilityZoneIdsT = Aws::Vector<Aws::String>>
213 template<
typename AvailabilityZoneIdsT = Aws::String>
220 template<
typename RequestIdT = Aws::String>
221 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
222 template<
typename RequestIdT = Aws::String>
228 bool m_nameHasBeenSet =
false;
231 bool m_environmentIdHasBeenSet =
false;
234 bool m_awsAccountIdHasBeenSet =
false;
237 bool m_statusHasBeenSet =
false;
240 bool m_tgwStatusHasBeenSet =
false;
243 bool m_dnsStatusHasBeenSet =
false;
246 bool m_errorMessageHasBeenSet =
false;
249 bool m_descriptionHasBeenSet =
false;
252 bool m_environmentArnHasBeenSet =
false;
255 bool m_kmsKeyIdHasBeenSet =
false;
258 bool m_dedicatedServiceAccountIdHasBeenSet =
false;
260 TransitGatewayConfiguration m_transitGatewayConfiguration;
261 bool m_transitGatewayConfigurationHasBeenSet =
false;
264 bool m_customDNSConfigurationHasBeenSet =
false;
267 bool m_creationTimestampHasBeenSet =
false;
270 bool m_updateTimestampHasBeenSet =
false;
273 bool m_availabilityZoneIdsHasBeenSet =
false;
276 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