@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Deployment extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Deployment() |
Modifier and Type | Method and Description |
---|---|
Deployment |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedAt()
Timestamp when the deployment was created.
|
String |
getDeploymentArn()
Arn of the deployment.
|
String |
getDeploymentId()
Id of the deployment.
|
String |
getDeploymentType()
The type of deployment.
|
String |
getGroupArn()
Arn of the group for this deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(String createdAt)
Timestamp when the deployment was created.
|
void |
setDeploymentArn(String deploymentArn)
Arn of the deployment.
|
void |
setDeploymentId(String deploymentId)
Id of the deployment.
|
void |
setDeploymentType(String deploymentType)
The type of deployment.
|
void |
setGroupArn(String groupArn)
Arn of the group for this deployment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Deployment |
withCreatedAt(String createdAt)
Timestamp when the deployment was created.
|
Deployment |
withDeploymentArn(String deploymentArn)
Arn of the deployment.
|
Deployment |
withDeploymentId(String deploymentId)
Id of the deployment.
|
Deployment |
withDeploymentType(DeploymentType deploymentType)
The type of deployment.
|
Deployment |
withDeploymentType(String deploymentType)
The type of deployment.
|
Deployment |
withGroupArn(String groupArn)
Arn of the group for this deployment.
|
public void setCreatedAt(String createdAt)
createdAt
- Timestamp when the deployment was created.public String getCreatedAt()
public Deployment withCreatedAt(String createdAt)
createdAt
- Timestamp when the deployment was created.public void setDeploymentArn(String deploymentArn)
deploymentArn
- Arn of the deployment.public String getDeploymentArn()
public Deployment withDeploymentArn(String deploymentArn)
deploymentArn
- Arn of the deployment.public void setDeploymentId(String deploymentId)
deploymentId
- Id of the deployment.public String getDeploymentId()
public Deployment withDeploymentId(String deploymentId)
deploymentId
- Id of the deployment.public void setDeploymentType(String deploymentType)
deploymentType
- The type of deployment.DeploymentType
public String getDeploymentType()
DeploymentType
public Deployment withDeploymentType(String deploymentType)
deploymentType
- The type of deployment.DeploymentType
public Deployment withDeploymentType(DeploymentType deploymentType)
deploymentType
- The type of deployment.DeploymentType
public void setGroupArn(String groupArn)
groupArn
- Arn of the group for this deployment.public String getGroupArn()
public Deployment withGroupArn(String groupArn)
groupArn
- Arn of the group for this deployment.public String toString()
toString
in class Object
Object.toString()
public Deployment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.