@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProjectSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about the metadata for a project.
Constructor and Description |
---|
ProjectSummary() |
Modifier and Type | Method and Description |
---|---|
ProjectSummary |
clone() |
boolean |
equals(Object obj) |
String |
getProjectArn()
The Amazon Resource Name (ARN) of the project.
|
String |
getProjectId()
The ID of the project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
void |
setProjectId(String projectId)
The ID of the project.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProjectSummary |
withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectSummary |
withProjectId(String projectId)
The ID of the project.
|
public void setProjectId(String projectId)
The ID of the project.
projectId
- The ID of the project.public String getProjectId()
The ID of the project.
public ProjectSummary withProjectId(String projectId)
The ID of the project.
projectId
- The ID of the project.public void setProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn
- The Amazon Resource Name (ARN) of the project.public String getProjectArn()
The Amazon Resource Name (ARN) of the project.
public ProjectSummary withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn
- The Amazon Resource Name (ARN) of the project.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.