@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetKxEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetKxEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
GetKxEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAvailabilityZoneIds()
The identifier of the availability zones where subnets for the environment are created.
|
String |
getAwsAccountId()
The unique identifier of the AWS account that is used to create the kdb environment.
|
String |
getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
|
Date |
getCreationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
|
List<CustomDNSServer> |
getCustomDNSConfiguration()
A list of DNS server name and server IP.
|
String |
getDedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
|
String |
getDescription()
A description for the kdb environment.
|
String |
getDnsStatus()
The status of DNS configuration.
|
String |
getEnvironmentArn()
The ARN identifier of the environment.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
String |
getErrorMessage()
Specifies the error message that appears if a flow fails.
|
String |
getKmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
|
String |
getName()
The name of the kdb environment.
|
String |
getStatus()
The status of the kdb environment.
|
String |
getTgwStatus()
The status of the network configuration.
|
TransitGatewayConfiguration |
getTransitGatewayConfiguration() |
Date |
getUpdateTimestamp()
The timestamp at which the kdb environment was updated.
|
int |
hashCode() |
void |
setAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
void |
setAwsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
|
void |
setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
|
void |
setCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
void |
setCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
void |
setDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
void |
setDescription(String description)
A description for the kdb environment.
|
void |
setDnsStatus(String dnsStatus)
The status of DNS configuration.
|
void |
setEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
void |
setErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
void |
setKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
void |
setName(String name)
The name of the kdb environment.
|
void |
setStatus(String status)
The status of the kdb environment.
|
void |
setTgwStatus(String tgwStatus)
The status of the network configuration.
|
void |
setTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) |
void |
setUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was updated.
|
String |
toString()
Returns a string representation of this object.
|
GetKxEnvironmentResult |
withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
GetKxEnvironmentResult |
withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
|
GetKxEnvironmentResult |
withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
|
GetKxEnvironmentResult |
withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
|
GetKxEnvironmentResult |
withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
GetKxEnvironmentResult |
withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResult |
withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP.
|
GetKxEnvironmentResult |
withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
|
GetKxEnvironmentResult |
withDescription(String description)
A description for the kdb environment.
|
GetKxEnvironmentResult |
withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResult |
withDnsStatus(String dnsStatus)
The status of DNS configuration.
|
GetKxEnvironmentResult |
withEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
GetKxEnvironmentResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxEnvironmentResult |
withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
|
GetKxEnvironmentResult |
withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
GetKxEnvironmentResult |
withName(String name)
The name of the kdb environment.
|
GetKxEnvironmentResult |
withStatus(EnvironmentStatus status)
The status of the kdb environment.
|
GetKxEnvironmentResult |
withStatus(String status)
The status of the kdb environment.
|
GetKxEnvironmentResult |
withTgwStatus(String tgwStatus)
The status of the network configuration.
|
GetKxEnvironmentResult |
withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
|
GetKxEnvironmentResult |
withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration) |
GetKxEnvironmentResult |
withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the kdb environment.
name
- The name of the kdb environment.public String getName()
The name of the kdb environment.
public GetKxEnvironmentResult withName(String name)
The name of the kdb environment.
name
- The name of the kdb environment.public void setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public String getEnvironmentId()
A unique identifier for the kdb environment.
public GetKxEnvironmentResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.public void setAwsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
awsAccountId
- The unique identifier of the AWS account that is used to create the kdb environment.public String getAwsAccountId()
The unique identifier of the AWS account that is used to create the kdb environment.
public GetKxEnvironmentResult withAwsAccountId(String awsAccountId)
The unique identifier of the AWS account that is used to create the kdb environment.
awsAccountId
- The unique identifier of the AWS account that is used to create the kdb environment.public void setStatus(String status)
The status of the kdb environment.
status
- The status of the kdb environment.EnvironmentStatus
public String getStatus()
The status of the kdb environment.
EnvironmentStatus
public GetKxEnvironmentResult withStatus(String status)
The status of the kdb environment.
status
- The status of the kdb environment.EnvironmentStatus
public GetKxEnvironmentResult withStatus(EnvironmentStatus status)
The status of the kdb environment.
status
- The status of the kdb environment.EnvironmentStatus
public void setTgwStatus(String tgwStatus)
The status of the network configuration.
tgwStatus
- The status of the network configuration.TgwStatus
public String getTgwStatus()
The status of the network configuration.
TgwStatus
public GetKxEnvironmentResult withTgwStatus(String tgwStatus)
The status of the network configuration.
tgwStatus
- The status of the network configuration.TgwStatus
public GetKxEnvironmentResult withTgwStatus(TgwStatus tgwStatus)
The status of the network configuration.
tgwStatus
- The status of the network configuration.TgwStatus
public void setDnsStatus(String dnsStatus)
The status of DNS configuration.
dnsStatus
- The status of DNS configuration.DnsStatus
public String getDnsStatus()
The status of DNS configuration.
DnsStatus
public GetKxEnvironmentResult withDnsStatus(String dnsStatus)
The status of DNS configuration.
dnsStatus
- The status of DNS configuration.DnsStatus
public GetKxEnvironmentResult withDnsStatus(DnsStatus dnsStatus)
The status of DNS configuration.
dnsStatus
- The status of DNS configuration.DnsStatus
public void setErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
errorMessage
- Specifies the error message that appears if a flow fails.public String getErrorMessage()
Specifies the error message that appears if a flow fails.
public GetKxEnvironmentResult withErrorMessage(String errorMessage)
Specifies the error message that appears if a flow fails.
errorMessage
- Specifies the error message that appears if a flow fails.public void setDescription(String description)
A description for the kdb environment.
description
- A description for the kdb environment.public String getDescription()
A description for the kdb environment.
public GetKxEnvironmentResult withDescription(String description)
A description for the kdb environment.
description
- A description for the kdb environment.public void setEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
environmentArn
- The ARN identifier of the environment.public String getEnvironmentArn()
The ARN identifier of the environment.
public GetKxEnvironmentResult withEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
environmentArn
- The ARN identifier of the environment.public void setKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
kmsKeyId
- The KMS key ID to encrypt your data in the FinSpace environment.public String getKmsKeyId()
The KMS key ID to encrypt your data in the FinSpace environment.
public GetKxEnvironmentResult withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
kmsKeyId
- The KMS key ID to encrypt your data in the FinSpace environment.public void setDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
dedicatedServiceAccountId
- A unique identifier for the AWS environment infrastructure account.public String getDedicatedServiceAccountId()
A unique identifier for the AWS environment infrastructure account.
public GetKxEnvironmentResult withDedicatedServiceAccountId(String dedicatedServiceAccountId)
A unique identifier for the AWS environment infrastructure account.
dedicatedServiceAccountId
- A unique identifier for the AWS environment infrastructure account.public void setTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
transitGatewayConfiguration
- public TransitGatewayConfiguration getTransitGatewayConfiguration()
public GetKxEnvironmentResult withTransitGatewayConfiguration(TransitGatewayConfiguration transitGatewayConfiguration)
transitGatewayConfiguration
- public List<CustomDNSServer> getCustomDNSConfiguration()
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
public void setCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
customDNSConfiguration
- A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.public GetKxEnvironmentResult withCustomDNSConfiguration(CustomDNSServer... customDNSConfiguration)
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
NOTE: This method appends the values to the existing list (if any). Use
setCustomDNSConfiguration(java.util.Collection)
or
withCustomDNSConfiguration(java.util.Collection)
if you want to override the existing values.
customDNSConfiguration
- A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.public GetKxEnvironmentResult withCustomDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)
A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.
customDNSConfiguration
- A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.public void setCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
creationTimestamp
- The timestamp at which the kdb environment was created in FinSpace.public Date getCreationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
public GetKxEnvironmentResult withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
creationTimestamp
- The timestamp at which the kdb environment was created in FinSpace.public void setUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was updated.
updateTimestamp
- The timestamp at which the kdb environment was updated.public Date getUpdateTimestamp()
The timestamp at which the kdb environment was updated.
public GetKxEnvironmentResult withUpdateTimestamp(Date updateTimestamp)
The timestamp at which the kdb environment was updated.
updateTimestamp
- The timestamp at which the kdb environment was updated.public List<String> getAvailabilityZoneIds()
The identifier of the availability zones where subnets for the environment are created.
public void setAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
availabilityZoneIds
- The identifier of the availability zones where subnets for the environment are created.public GetKxEnvironmentResult withAvailabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
NOTE: This method appends the values to the existing list (if any). Use
setAvailabilityZoneIds(java.util.Collection)
or withAvailabilityZoneIds(java.util.Collection)
if you want to override the existing values.
availabilityZoneIds
- The identifier of the availability zones where subnets for the environment are created.public GetKxEnvironmentResult withAvailabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones where subnets for the environment are created.
availabilityZoneIds
- The identifier of the availability zones where subnets for the environment are created.public void setCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.public String getCertificateAuthorityArn()
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
public GetKxEnvironmentResult withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the certificate authority of the kdb environment.public String toString()
toString
in class Object
Object.toString()
public GetKxEnvironmentResult clone()