@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListProjectsResult() |
Modifier and Type | Method and Description |
---|---|
ListProjectsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results, or null if there are no additional results.
|
List<ProjectSummary> |
getProjectSummaries()
A list that summarizes each project in the portal.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
void |
setProjectSummaries(Collection<ProjectSummary> projectSummaries)
A list that summarizes each project in the portal.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListProjectsResult |
withProjectSummaries(Collection<ProjectSummary> projectSummaries)
A list that summarizes each project in the portal.
|
ListProjectsResult |
withProjectSummaries(ProjectSummary... projectSummaries)
A list that summarizes each project in the portal.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ProjectSummary> getProjectSummaries()
A list that summarizes each project in the portal.
public void setProjectSummaries(Collection<ProjectSummary> projectSummaries)
A list that summarizes each project in the portal.
projectSummaries
- A list that summarizes each project in the portal.public ListProjectsResult withProjectSummaries(ProjectSummary... projectSummaries)
A list that summarizes each project in the portal.
NOTE: This method appends the values to the existing list (if any). Use
setProjectSummaries(java.util.Collection)
or withProjectSummaries(java.util.Collection)
if you
want to override the existing values.
projectSummaries
- A list that summarizes each project in the portal.public ListProjectsResult withProjectSummaries(Collection<ProjectSummary> projectSummaries)
A list that summarizes each project in the portal.
projectSummaries
- A list that summarizes each project in the portal.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String getNextToken()
The token for the next set of results, or null if there are no additional results.
public ListProjectsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.public String toString()
toString
in class Object
Object.toString()
public ListProjectsResult clone()