@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentDataSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the deployment data.
Constructor and Description |
---|
DeploymentDataSummary() |
Modifier and Type | Method and Description |
---|---|
DeploymentDataSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time the deployment was created.
|
String |
getId()
The ID of the deployment.
|
String |
getName()
The name of the deployment
|
String |
getPatternName()
The name of the workload deployment pattern.
|
String |
getStatus()
The status of the deployment.
|
String |
getWorkloadName()
The name of the workload.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The time the deployment was created.
|
void |
setId(String id)
The ID of the deployment.
|
void |
setName(String name)
The name of the deployment
|
void |
setPatternName(String patternName)
The name of the workload deployment pattern.
|
void |
setStatus(String status)
The status of the deployment.
|
void |
setWorkloadName(String workloadName)
The name of the workload.
|
String |
toString()
Returns a string representation of this object.
|
DeploymentDataSummary |
withCreatedAt(Date createdAt)
The time the deployment was created.
|
DeploymentDataSummary |
withId(String id)
The ID of the deployment.
|
DeploymentDataSummary |
withName(String name)
The name of the deployment
|
DeploymentDataSummary |
withPatternName(String patternName)
The name of the workload deployment pattern.
|
DeploymentDataSummary |
withStatus(DeploymentStatus status)
The status of the deployment.
|
DeploymentDataSummary |
withStatus(String status)
The status of the deployment.
|
DeploymentDataSummary |
withWorkloadName(String workloadName)
The name of the workload.
|
public void setCreatedAt(Date createdAt)
The time the deployment was created.
createdAt
- The time the deployment was created.public Date getCreatedAt()
The time the deployment was created.
public DeploymentDataSummary withCreatedAt(Date createdAt)
The time the deployment was created.
createdAt
- The time the deployment was created.public void setId(String id)
The ID of the deployment.
id
- The ID of the deployment.public String getId()
The ID of the deployment.
public DeploymentDataSummary withId(String id)
The ID of the deployment.
id
- The ID of the deployment.public void setName(String name)
The name of the deployment
name
- The name of the deploymentpublic String getName()
The name of the deployment
public DeploymentDataSummary withName(String name)
The name of the deployment
name
- The name of the deploymentpublic void setPatternName(String patternName)
The name of the workload deployment pattern.
patternName
- The name of the workload deployment pattern.public String getPatternName()
The name of the workload deployment pattern.
public DeploymentDataSummary withPatternName(String patternName)
The name of the workload deployment pattern.
patternName
- The name of the workload deployment pattern.public void setStatus(String status)
The status of the deployment.
status
- The status of the deployment.DeploymentStatus
public String getStatus()
The status of the deployment.
DeploymentStatus
public DeploymentDataSummary withStatus(String status)
The status of the deployment.
status
- The status of the deployment.DeploymentStatus
public DeploymentDataSummary withStatus(DeploymentStatus status)
The status of the deployment.
status
- The status of the deployment.DeploymentStatus
public void setWorkloadName(String workloadName)
The name of the workload.
workloadName
- The name of the workload.public String getWorkloadName()
The name of the workload.
public DeploymentDataSummary withWorkloadName(String workloadName)
The name of the workload.
workloadName
- The name of the workload.public String toString()
toString
in class Object
Object.toString()
public DeploymentDataSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.