@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKxEnvironmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateKxEnvironmentResult() |
Modifier and Type | Method and Description |
---|---|
CreateKxEnvironmentResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimestamp()
The timestamp at which the kdb environment was created in FinSpace.
|
String |
getDescription()
A description for the kdb environment.
|
String |
getEnvironmentArn()
The ARN identifier of the environment.
|
String |
getEnvironmentId()
A unique identifier for the kdb environment.
|
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.
|
int |
hashCode() |
void |
setCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
void |
setDescription(String description)
A description for the kdb environment.
|
void |
setEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
void |
setEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
CreateKxEnvironmentResult |
withCreationTimestamp(Date creationTimestamp)
The timestamp at which the kdb environment was created in FinSpace.
|
CreateKxEnvironmentResult |
withDescription(String description)
A description for the kdb environment.
|
CreateKxEnvironmentResult |
withEnvironmentArn(String environmentArn)
The ARN identifier of the environment.
|
CreateKxEnvironmentResult |
withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
|
CreateKxEnvironmentResult |
withKmsKeyId(String kmsKeyId)
The KMS key ID to encrypt your data in the FinSpace environment.
|
CreateKxEnvironmentResult |
withName(String name)
The name of the kdb environment.
|
CreateKxEnvironmentResult |
withStatus(EnvironmentStatus status)
The status of the kdb environment.
|
CreateKxEnvironmentResult |
withStatus(String status)
The status of the kdb environment.
|
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 CreateKxEnvironmentResult withName(String name)
The name of the kdb environment.
name
- The name of 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 CreateKxEnvironmentResult withStatus(String status)
The status of the kdb environment.
status
- The status of the kdb environment.EnvironmentStatus
public CreateKxEnvironmentResult withStatus(EnvironmentStatus status)
The status of the kdb environment.
status
- The status of the kdb environment.EnvironmentStatus
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 CreateKxEnvironmentResult withEnvironmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId
- A unique identifier for the kdb environment.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 CreateKxEnvironmentResult 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 CreateKxEnvironmentResult 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 CreateKxEnvironmentResult 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 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 CreateKxEnvironmentResult 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 String toString()
toString
in class Object
Object.toString()
public CreateKxEnvironmentResult clone()