@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BulkDeployment extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BulkDeployment() |
| Modifier and Type | Method and Description |
|---|---|
BulkDeployment |
clone() |
boolean |
equals(Object obj) |
String |
getBulkDeploymentArn()
The ARN of the bulk deployment.
|
String |
getBulkDeploymentId()
The ID of the bulk deployment.
|
String |
getCreatedAt()
The time, in ISO format, when the deployment was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBulkDeploymentArn(String bulkDeploymentArn)
The ARN of the bulk deployment.
|
void |
setBulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
void |
setCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
String |
toString()
Returns a string representation of this object.
|
BulkDeployment |
withBulkDeploymentArn(String bulkDeploymentArn)
The ARN of the bulk deployment.
|
BulkDeployment |
withBulkDeploymentId(String bulkDeploymentId)
The ID of the bulk deployment.
|
BulkDeployment |
withCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
public void setBulkDeploymentArn(String bulkDeploymentArn)
bulkDeploymentArn - The ARN of the bulk deployment.public String getBulkDeploymentArn()
public BulkDeployment withBulkDeploymentArn(String bulkDeploymentArn)
bulkDeploymentArn - The ARN of the bulk deployment.public void setBulkDeploymentId(String bulkDeploymentId)
bulkDeploymentId - The ID of the bulk deployment.public String getBulkDeploymentId()
public BulkDeployment withBulkDeploymentId(String bulkDeploymentId)
bulkDeploymentId - The ID of the bulk deployment.public void setCreatedAt(String createdAt)
createdAt - The time, in ISO format, when the deployment was created.public String getCreatedAt()
public BulkDeployment withCreatedAt(String createdAt)
createdAt - The time, in ISO format, when the deployment was created.public String toString()
toString in class ObjectObject.toString()public BulkDeployment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.