@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about an AWS Mobile Hub project.
Constructor and Description |
---|
ProjectSummary() |
Modifier and Type | Method and Description |
---|---|
ProjectSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the project.
|
String |
getProjectId()
Unique project identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
Name of the project.
|
void |
setProjectId(String projectId)
Unique project identifier.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProjectSummary |
withName(String name)
Name of the project.
|
ProjectSummary |
withProjectId(String projectId)
Unique project identifier.
|
public void setName(String name)
Name of the project.
name
- Name of the project.public String getName()
Name of the project.
public ProjectSummary withName(String name)
Name of the project.
name
- Name of the project.public void setProjectId(String projectId)
Unique project identifier.
projectId
- Unique project identifier.public String getProjectId()
Unique project identifier.
public ProjectSummary withProjectId(String projectId)
Unique project identifier.
projectId
- Unique project identifier.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.