@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentEphemeralStorage extends Object implements Serializable, Cloneable, StructuredPojo
The amount of ephemeral storage to allocate for the deployment.
| Constructor and Description |
|---|
DeploymentEphemeralStorage() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentEphemeralStorage |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentEphemeralStorage |
withKmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
|
public void setKmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
kmsKeyId - Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.public String getKmsKeyId()
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
public DeploymentEphemeralStorage withKmsKeyId(String kmsKeyId)
Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.
kmsKeyId - Specify an Key Management Service key ID to encrypt the ephemeral storage for deployment.public String toString()
toString in class ObjectObject.toString()public DeploymentEphemeralStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.