@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRobotApplicationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRobotApplicationsResult() |
Modifier and Type | Method and Description |
---|---|
ListRobotApplicationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListRobotApplications request. |
List<RobotApplicationSummary> |
getRobotApplicationSummaries()
A list of robot application summaries that meet the criteria of the request.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListRobotApplications request. |
void |
setRobotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
String |
toString()
Returns a string representation of this object.
|
ListRobotApplicationsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListRobotApplications request. |
ListRobotApplicationsResult |
withRobotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
ListRobotApplicationsResult |
withRobotApplicationSummaries(RobotApplicationSummary... robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RobotApplicationSummary> getRobotApplicationSummaries()
A list of robot application summaries that meet the criteria of the request.
public void setRobotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
robotApplicationSummaries
- A list of robot application summaries that meet the criteria of the request.public ListRobotApplicationsResult withRobotApplicationSummaries(RobotApplicationSummary... robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
NOTE: This method appends the values to the existing list (if any). Use
setRobotApplicationSummaries(java.util.Collection)
or
withRobotApplicationSummaries(java.util.Collection)
if you want to override the existing values.
robotApplicationSummaries
- A list of robot application summaries that meet the criteria of the request.public ListRobotApplicationsResult withRobotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
robotApplicationSummaries
- A list of robot application summaries that meet the criteria of the request.public void setNextToken(String nextToken)
The nextToken
value to include in a future ListRobotApplications
request. When the
results of a ListRobotApplications
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListRobotApplications
request. When
the results of a ListRobotApplications
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when there are no more
results to return.public String getNextToken()
The nextToken
value to include in a future ListRobotApplications
request. When the
results of a ListRobotApplications
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListRobotApplications
request. When
the results of a ListRobotApplications
request exceed maxResults
, this value
can be used to retrieve the next page of results. This value is null
when there are no more
results to return.public ListRobotApplicationsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListRobotApplications
request. When the
results of a ListRobotApplications
request exceed maxResults
, this value can be used to
retrieve the next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListRobotApplications
request. When
the results of a ListRobotApplications
request exceed maxResults
, this value can
be used to retrieve the next page of results. This value is null
when there are no more
results to return.public String toString()
toString
in class Object
Object.toString()
public ListRobotApplicationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.