@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()
The time, in milliseconds since the epoch, when the deployment was created.
|
String |
getDeploymentArn()
The ARN of the deployment.
|
String |
getDeploymentId()
The ID of the deployment.
|
String |
getDeploymentType()
The type of the deployment.
|
String |
getGroupArn()
The 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)
The time, in milliseconds since the epoch, when the deployment was created.
|
void |
setDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
void |
setDeploymentId(String deploymentId)
The ID of the deployment.
|
void |
setDeploymentType(String deploymentType)
The type of the deployment.
|
void |
setGroupArn(String groupArn)
The ARN of the group for this deployment.
|
String |
toString()
Returns a string representation of this object.
|
Deployment |
withCreatedAt(String createdAt)
The time, in milliseconds since the epoch, when the deployment was created.
|
Deployment |
withDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
Deployment |
withDeploymentId(String deploymentId)
The ID of the deployment.
|
Deployment |
withDeploymentType(DeploymentType deploymentType)
The type of the deployment.
|
Deployment |
withDeploymentType(String deploymentType)
The type of the deployment.
|
Deployment |
withGroupArn(String groupArn)
The ARN of the group for this deployment.
|
public void setCreatedAt(String createdAt)
createdAt
- The time, in milliseconds since the epoch, when the deployment was created.public String getCreatedAt()
public Deployment withCreatedAt(String createdAt)
createdAt
- The time, in milliseconds since the epoch, when the deployment was created.public void setDeploymentArn(String deploymentArn)
deploymentArn
- The ARN of the deployment.public String getDeploymentArn()
public Deployment withDeploymentArn(String deploymentArn)
deploymentArn
- The ARN of the deployment.public void setDeploymentId(String deploymentId)
deploymentId
- The ID of the deployment.public String getDeploymentId()
public Deployment withDeploymentId(String deploymentId)
deploymentId
- The ID of the deployment.public void setDeploymentType(String deploymentType)
deploymentType
- The type of the deployment.DeploymentType
public String getDeploymentType()
DeploymentType
public Deployment withDeploymentType(String deploymentType)
deploymentType
- The type of the deployment.DeploymentType
public Deployment withDeploymentType(DeploymentType deploymentType)
deploymentType
- The type of the deployment.DeploymentType
public void setGroupArn(String groupArn)
groupArn
- The ARN of the group for this deployment.public String getGroupArn()
public Deployment withGroupArn(String groupArn)
groupArn
- The 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.