/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace finspace { namespace Model { class UpdateKxEnvironmentNetworkResult { public: AWS_FINSPACE_API UpdateKxEnvironmentNetworkResult(); AWS_FINSPACE_API UpdateKxEnvironmentNetworkResult(const Aws::AmazonWebServiceResult& result); AWS_FINSPACE_API UpdateKxEnvironmentNetworkResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The name of the kdb environment.

*/ inline const Aws::String& GetName() const{ return m_name; } /** *

The name of the kdb environment.

*/ inline void SetName(const Aws::String& value) { m_name = value; } /** *

The name of the kdb environment.

*/ inline void SetName(Aws::String&& value) { m_name = std::move(value); } /** *

The name of the kdb environment.

*/ inline void SetName(const char* value) { m_name.assign(value); } /** *

The name of the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithName(const Aws::String& value) { SetName(value); return *this;} /** *

The name of the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *

The name of the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithName(const char* value) { SetName(value); return *this;} /** *

A unique identifier for the kdb environment.

*/ inline const Aws::String& GetEnvironmentId() const{ return m_environmentId; } /** *

A unique identifier for the kdb environment.

*/ inline void SetEnvironmentId(const Aws::String& value) { m_environmentId = value; } /** *

A unique identifier for the kdb environment.

*/ inline void SetEnvironmentId(Aws::String&& value) { m_environmentId = std::move(value); } /** *

A unique identifier for the kdb environment.

*/ inline void SetEnvironmentId(const char* value) { m_environmentId.assign(value); } /** *

A unique identifier for the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithEnvironmentId(const Aws::String& value) { SetEnvironmentId(value); return *this;} /** *

A unique identifier for the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithEnvironmentId(Aws::String&& value) { SetEnvironmentId(std::move(value)); return *this;} /** *

A unique identifier for the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithEnvironmentId(const char* value) { SetEnvironmentId(value); return *this;} /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline const Aws::String& GetAwsAccountId() const{ return m_awsAccountId; } /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline void SetAwsAccountId(const Aws::String& value) { m_awsAccountId = value; } /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline void SetAwsAccountId(Aws::String&& value) { m_awsAccountId = std::move(value); } /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline void SetAwsAccountId(const char* value) { m_awsAccountId.assign(value); } /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithAwsAccountId(const Aws::String& value) { SetAwsAccountId(value); return *this;} /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithAwsAccountId(Aws::String&& value) { SetAwsAccountId(std::move(value)); return *this;} /** *

The unique identifier of the AWS account that is used to create the kdb * environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithAwsAccountId(const char* value) { SetAwsAccountId(value); return *this;} /** *

The status of the kdb environment.

*/ inline const EnvironmentStatus& GetStatus() const{ return m_status; } /** *

The status of the kdb environment.

*/ inline void SetStatus(const EnvironmentStatus& value) { m_status = value; } /** *

The status of the kdb environment.

*/ inline void SetStatus(EnvironmentStatus&& value) { m_status = std::move(value); } /** *

The status of the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithStatus(const EnvironmentStatus& value) { SetStatus(value); return *this;} /** *

The status of the kdb environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithStatus(EnvironmentStatus&& value) { SetStatus(std::move(value)); return *this;} /** *

The status of the network configuration.

*/ inline const TgwStatus& GetTgwStatus() const{ return m_tgwStatus; } /** *

The status of the network configuration.

*/ inline void SetTgwStatus(const TgwStatus& value) { m_tgwStatus = value; } /** *

The status of the network configuration.

*/ inline void SetTgwStatus(TgwStatus&& value) { m_tgwStatus = std::move(value); } /** *

The status of the network configuration.

*/ inline UpdateKxEnvironmentNetworkResult& WithTgwStatus(const TgwStatus& value) { SetTgwStatus(value); return *this;} /** *

The status of the network configuration.

*/ inline UpdateKxEnvironmentNetworkResult& WithTgwStatus(TgwStatus&& value) { SetTgwStatus(std::move(value)); return *this;} /** *

The status of DNS configuration.

*/ inline const DnsStatus& GetDnsStatus() const{ return m_dnsStatus; } /** *

The status of DNS configuration.

*/ inline void SetDnsStatus(const DnsStatus& value) { m_dnsStatus = value; } /** *

The status of DNS configuration.

*/ inline void SetDnsStatus(DnsStatus&& value) { m_dnsStatus = std::move(value); } /** *

The status of DNS configuration.

*/ inline UpdateKxEnvironmentNetworkResult& WithDnsStatus(const DnsStatus& value) { SetDnsStatus(value); return *this;} /** *

The status of DNS configuration.

*/ inline UpdateKxEnvironmentNetworkResult& WithDnsStatus(DnsStatus&& value) { SetDnsStatus(std::move(value)); return *this;} /** *

Specifies the error message that appears if a flow fails.

*/ inline const Aws::String& GetErrorMessage() const{ return m_errorMessage; } /** *

Specifies the error message that appears if a flow fails.

*/ inline void SetErrorMessage(const Aws::String& value) { m_errorMessage = value; } /** *

Specifies the error message that appears if a flow fails.

*/ inline void SetErrorMessage(Aws::String&& value) { m_errorMessage = std::move(value); } /** *

Specifies the error message that appears if a flow fails.

*/ inline void SetErrorMessage(const char* value) { m_errorMessage.assign(value); } /** *

Specifies the error message that appears if a flow fails.

*/ inline UpdateKxEnvironmentNetworkResult& WithErrorMessage(const Aws::String& value) { SetErrorMessage(value); return *this;} /** *

Specifies the error message that appears if a flow fails.

*/ inline UpdateKxEnvironmentNetworkResult& WithErrorMessage(Aws::String&& value) { SetErrorMessage(std::move(value)); return *this;} /** *

Specifies the error message that appears if a flow fails.

*/ inline UpdateKxEnvironmentNetworkResult& WithErrorMessage(const char* value) { SetErrorMessage(value); return *this;} /** *

The description of the environment.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

The description of the environment.

*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *

The description of the environment.

*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *

The description of the environment.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

The description of the environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

The description of the environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

The description of the environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

The ARN identifier of the environment.

*/ inline const Aws::String& GetEnvironmentArn() const{ return m_environmentArn; } /** *

The ARN identifier of the environment.

*/ inline void SetEnvironmentArn(const Aws::String& value) { m_environmentArn = value; } /** *

The ARN identifier of the environment.

*/ inline void SetEnvironmentArn(Aws::String&& value) { m_environmentArn = std::move(value); } /** *

The ARN identifier of the environment.

*/ inline void SetEnvironmentArn(const char* value) { m_environmentArn.assign(value); } /** *

The ARN identifier of the environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithEnvironmentArn(const Aws::String& value) { SetEnvironmentArn(value); return *this;} /** *

The ARN identifier of the environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithEnvironmentArn(Aws::String&& value) { SetEnvironmentArn(std::move(value)); return *this;} /** *

The ARN identifier of the environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithEnvironmentArn(const char* value) { SetEnvironmentArn(value); return *this;} /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; } /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyId = value; } /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyId = std::move(value); } /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline void SetKmsKeyId(const char* value) { m_kmsKeyId.assign(value); } /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;} /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;} /** *

The KMS key ID to encrypt your data in the FinSpace environment.

*/ inline UpdateKxEnvironmentNetworkResult& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;} /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline const Aws::String& GetDedicatedServiceAccountId() const{ return m_dedicatedServiceAccountId; } /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline void SetDedicatedServiceAccountId(const Aws::String& value) { m_dedicatedServiceAccountId = value; } /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline void SetDedicatedServiceAccountId(Aws::String&& value) { m_dedicatedServiceAccountId = std::move(value); } /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline void SetDedicatedServiceAccountId(const char* value) { m_dedicatedServiceAccountId.assign(value); } /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline UpdateKxEnvironmentNetworkResult& WithDedicatedServiceAccountId(const Aws::String& value) { SetDedicatedServiceAccountId(value); return *this;} /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline UpdateKxEnvironmentNetworkResult& WithDedicatedServiceAccountId(Aws::String&& value) { SetDedicatedServiceAccountId(std::move(value)); return *this;} /** *

A unique identifier for the AWS environment infrastructure account.

*/ inline UpdateKxEnvironmentNetworkResult& WithDedicatedServiceAccountId(const char* value) { SetDedicatedServiceAccountId(value); return *this;} inline const TransitGatewayConfiguration& GetTransitGatewayConfiguration() const{ return m_transitGatewayConfiguration; } inline void SetTransitGatewayConfiguration(const TransitGatewayConfiguration& value) { m_transitGatewayConfiguration = value; } inline void SetTransitGatewayConfiguration(TransitGatewayConfiguration&& value) { m_transitGatewayConfiguration = std::move(value); } inline UpdateKxEnvironmentNetworkResult& WithTransitGatewayConfiguration(const TransitGatewayConfiguration& value) { SetTransitGatewayConfiguration(value); return *this;} inline UpdateKxEnvironmentNetworkResult& WithTransitGatewayConfiguration(TransitGatewayConfiguration&& value) { SetTransitGatewayConfiguration(std::move(value)); return *this;} /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline const Aws::Vector& GetCustomDNSConfiguration() const{ return m_customDNSConfiguration; } /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline void SetCustomDNSConfiguration(const Aws::Vector& value) { m_customDNSConfiguration = value; } /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline void SetCustomDNSConfiguration(Aws::Vector&& value) { m_customDNSConfiguration = std::move(value); } /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline UpdateKxEnvironmentNetworkResult& WithCustomDNSConfiguration(const Aws::Vector& value) { SetCustomDNSConfiguration(value); return *this;} /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline UpdateKxEnvironmentNetworkResult& WithCustomDNSConfiguration(Aws::Vector&& value) { SetCustomDNSConfiguration(std::move(value)); return *this;} /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline UpdateKxEnvironmentNetworkResult& AddCustomDNSConfiguration(const CustomDNSServer& value) { m_customDNSConfiguration.push_back(value); return *this; } /** *

A list of DNS server name and server IP. This is used to set up Route-53 * outbound resolvers.

*/ inline UpdateKxEnvironmentNetworkResult& AddCustomDNSConfiguration(CustomDNSServer&& value) { m_customDNSConfiguration.push_back(std::move(value)); return *this; } /** *

The timestamp at which the kdb environment was created in FinSpace.

*/ inline const Aws::Utils::DateTime& GetCreationTimestamp() const{ return m_creationTimestamp; } /** *

The timestamp at which the kdb environment was created in FinSpace.

*/ inline void SetCreationTimestamp(const Aws::Utils::DateTime& value) { m_creationTimestamp = value; } /** *

The timestamp at which the kdb environment was created in FinSpace.

*/ inline void SetCreationTimestamp(Aws::Utils::DateTime&& value) { m_creationTimestamp = std::move(value); } /** *

The timestamp at which the kdb environment was created in FinSpace.

*/ inline UpdateKxEnvironmentNetworkResult& WithCreationTimestamp(const Aws::Utils::DateTime& value) { SetCreationTimestamp(value); return *this;} /** *

The timestamp at which the kdb environment was created in FinSpace.

*/ inline UpdateKxEnvironmentNetworkResult& WithCreationTimestamp(Aws::Utils::DateTime&& value) { SetCreationTimestamp(std::move(value)); return *this;} /** *

The timestamp at which the kdb environment was updated.

*/ inline const Aws::Utils::DateTime& GetUpdateTimestamp() const{ return m_updateTimestamp; } /** *

The timestamp at which the kdb environment was updated.

*/ inline void SetUpdateTimestamp(const Aws::Utils::DateTime& value) { m_updateTimestamp = value; } /** *

The timestamp at which the kdb environment was updated.

*/ inline void SetUpdateTimestamp(Aws::Utils::DateTime&& value) { m_updateTimestamp = std::move(value); } /** *

The timestamp at which the kdb environment was updated.

*/ inline UpdateKxEnvironmentNetworkResult& WithUpdateTimestamp(const Aws::Utils::DateTime& value) { SetUpdateTimestamp(value); return *this;} /** *

The timestamp at which the kdb environment was updated.

*/ inline UpdateKxEnvironmentNetworkResult& WithUpdateTimestamp(Aws::Utils::DateTime&& value) { SetUpdateTimestamp(std::move(value)); return *this;} /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline const Aws::Vector& GetAvailabilityZoneIds() const{ return m_availabilityZoneIds; } /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline void SetAvailabilityZoneIds(const Aws::Vector& value) { m_availabilityZoneIds = value; } /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline void SetAvailabilityZoneIds(Aws::Vector&& value) { m_availabilityZoneIds = std::move(value); } /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline UpdateKxEnvironmentNetworkResult& WithAvailabilityZoneIds(const Aws::Vector& value) { SetAvailabilityZoneIds(value); return *this;} /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline UpdateKxEnvironmentNetworkResult& WithAvailabilityZoneIds(Aws::Vector&& value) { SetAvailabilityZoneIds(std::move(value)); return *this;} /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline UpdateKxEnvironmentNetworkResult& AddAvailabilityZoneIds(const Aws::String& value) { m_availabilityZoneIds.push_back(value); return *this; } /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline UpdateKxEnvironmentNetworkResult& AddAvailabilityZoneIds(Aws::String&& value) { m_availabilityZoneIds.push_back(std::move(value)); return *this; } /** *

The identifier of the availability zones where subnets for the environment * are created.

*/ inline UpdateKxEnvironmentNetworkResult& AddAvailabilityZoneIds(const char* value) { m_availabilityZoneIds.push_back(value); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline UpdateKxEnvironmentNetworkResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline UpdateKxEnvironmentNetworkResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline UpdateKxEnvironmentNetworkResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_name; Aws::String m_environmentId; Aws::String m_awsAccountId; EnvironmentStatus m_status; TgwStatus m_tgwStatus; DnsStatus m_dnsStatus; Aws::String m_errorMessage; Aws::String m_description; Aws::String m_environmentArn; Aws::String m_kmsKeyId; Aws::String m_dedicatedServiceAccountId; TransitGatewayConfiguration m_transitGatewayConfiguration; Aws::Vector m_customDNSConfiguration; Aws::Utils::DateTime m_creationTimestamp; Aws::Utils::DateTime m_updateTimestamp; Aws::Vector m_availabilityZoneIds; Aws::String m_requestId; }; } // namespace Model } // namespace finspace } // namespace Aws