@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains project summary information.
Constructor and Description |
---|
ProjectSummary() |
Modifier and Type | Method and Description |
---|---|
ProjectSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the project was created, in Unix epoch time.
|
String |
getDescription()
The project's description.
|
String |
getId()
The ID of the project.
|
Date |
getLastUpdateDate()
The date the project was last updated, in Unix epoch time.
|
String |
getName()
The name of the project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date the project was created, in Unix epoch time.
|
void |
setDescription(String description)
The project's description.
|
void |
setId(String id)
The ID of the project.
|
void |
setLastUpdateDate(Date lastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
void |
setName(String name)
The name of the project.
|
String |
toString()
Returns a string representation of this object.
|
ProjectSummary |
withCreationDate(Date creationDate)
The date the project was created, in Unix epoch time.
|
ProjectSummary |
withDescription(String description)
The project's description.
|
ProjectSummary |
withId(String id)
The ID of the project.
|
ProjectSummary |
withLastUpdateDate(Date lastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
ProjectSummary |
withName(String name)
The name of the project.
|
public void setId(String id)
The ID of the project.
id
- The ID of the project.public String getId()
The ID of the project.
public ProjectSummary withId(String id)
The ID of the project.
id
- The ID of the project.public void setName(String name)
The name of the project.
name
- The name of the project.public String getName()
The name of the project.
public ProjectSummary withName(String name)
The name of the project.
name
- The name of the project.public void setDescription(String description)
The project's description.
description
- The project's description.public String getDescription()
The project's description.
public ProjectSummary withDescription(String description)
The project's description.
description
- The project's description.public void setCreationDate(Date creationDate)
The date the project was created, in Unix epoch time.
creationDate
- The date the project was created, in Unix epoch time.public Date getCreationDate()
The date the project was created, in Unix epoch time.
public ProjectSummary withCreationDate(Date creationDate)
The date the project was created, in Unix epoch time.
creationDate
- The date the project was created, in Unix epoch time.public void setLastUpdateDate(Date lastUpdateDate)
The date the project was last updated, in Unix epoch time.
lastUpdateDate
- The date the project was last updated, in Unix epoch time.public Date getLastUpdateDate()
The date the project was last updated, in Unix epoch time.
public ProjectSummary withLastUpdateDate(Date lastUpdateDate)
The date the project was last updated, in Unix epoch time.
lastUpdateDate
- The date the project was last updated, in Unix epoch time.public String toString()
toString
in class Object
Object.toString()
public ProjectSummary 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.