@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlacementSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object providing summary information for a particular placement.
Constructor and Description |
---|
PlacementSummary() |
Modifier and Type | Method and Description |
---|---|
PlacementSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedDate()
The date when the placement was originally created, in UNIX epoch time format.
|
String |
getPlacementName()
The name of the placement being summarized.
|
String |
getProjectName()
The name of the project containing the placement.
|
Date |
getUpdatedDate()
The date when the placement was last updated, in UNIX epoch time format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedDate(Date createdDate)
The date when the placement was originally created, in UNIX epoch time format.
|
void |
setPlacementName(String placementName)
The name of the placement being summarized.
|
void |
setProjectName(String projectName)
The name of the project containing the placement.
|
void |
setUpdatedDate(Date updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
String |
toString()
Returns a string representation of this object.
|
PlacementSummary |
withCreatedDate(Date createdDate)
The date when the placement was originally created, in UNIX epoch time format.
|
PlacementSummary |
withPlacementName(String placementName)
The name of the placement being summarized.
|
PlacementSummary |
withProjectName(String projectName)
The name of the project containing the placement.
|
PlacementSummary |
withUpdatedDate(Date updatedDate)
The date when the placement was last updated, in UNIX epoch time format.
|
public void setProjectName(String projectName)
The name of the project containing the placement.
projectName
- The name of the project containing the placement.public String getProjectName()
The name of the project containing the placement.
public PlacementSummary withProjectName(String projectName)
The name of the project containing the placement.
projectName
- The name of the project containing the placement.public void setPlacementName(String placementName)
The name of the placement being summarized.
placementName
- The name of the placement being summarized.public String getPlacementName()
The name of the placement being summarized.
public PlacementSummary withPlacementName(String placementName)
The name of the placement being summarized.
placementName
- The name of the placement being summarized.public void setCreatedDate(Date createdDate)
The date when the placement was originally created, in UNIX epoch time format.
createdDate
- The date when the placement was originally created, in UNIX epoch time format.public Date getCreatedDate()
The date when the placement was originally created, in UNIX epoch time format.
public PlacementSummary withCreatedDate(Date createdDate)
The date when the placement was originally created, in UNIX epoch time format.
createdDate
- The date when the placement was originally created, in UNIX epoch time format.public void setUpdatedDate(Date updatedDate)
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate
and updatedDate
are the same.
updatedDate
- The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated,
then createdDate
and updatedDate
are the same.public Date getUpdatedDate()
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate
and updatedDate
are the same.
createdDate
and updatedDate
are the same.public PlacementSummary withUpdatedDate(Date updatedDate)
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate
and updatedDate
are the same.
updatedDate
- The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated,
then createdDate
and updatedDate
are the same.public String toString()
toString
in class Object
Object.toString()
public PlacementSummary 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.