@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationVersionSummary> |
getApplicationVersionSummaries()
A list of the application versions and the associated configuration summaries.
|
String |
getNextToken()
The pagination token for the next set of results, or
null if there are no additional results. |
int |
hashCode() |
void |
setApplicationVersionSummaries(Collection<ApplicationVersionSummary> applicationVersionSummaries)
A list of the application versions and the associated configuration summaries.
|
void |
setNextToken(String nextToken)
The pagination token for the next set of results, or
null if there are no additional results. |
String |
toString()
Returns a string representation of this object.
|
ListApplicationVersionsResult |
withApplicationVersionSummaries(ApplicationVersionSummary... applicationVersionSummaries)
A list of the application versions and the associated configuration summaries.
|
ListApplicationVersionsResult |
withApplicationVersionSummaries(Collection<ApplicationVersionSummary> applicationVersionSummaries)
A list of the application versions and the associated configuration summaries.
|
ListApplicationVersionsResult |
withNextToken(String nextToken)
The pagination token for the next set of results, or
null if there are no additional results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationVersionSummary> getApplicationVersionSummaries()
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
public void setApplicationVersionSummaries(Collection<ApplicationVersionSummary> applicationVersionSummaries)
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
applicationVersionSummaries
- A list of the application versions and the associated configuration summaries. The list includes
application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
public ListApplicationVersionsResult withApplicationVersionSummaries(ApplicationVersionSummary... applicationVersionSummaries)
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationVersionSummaries(java.util.Collection)
or
withApplicationVersionSummaries(java.util.Collection)
if you want to override the existing values.
applicationVersionSummaries
- A list of the application versions and the associated configuration summaries. The list includes
application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
public ListApplicationVersionsResult withApplicationVersionSummaries(Collection<ApplicationVersionSummary> applicationVersionSummaries)
A list of the application versions and the associated configuration summaries. The list includes application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
applicationVersionSummaries
- A list of the application versions and the associated configuration summaries. The list includes
application versions that were rolled back.
To get the complete description of a specific application version, invoke the DescribeApplicationVersion operation.
public void setNextToken(String nextToken)
The pagination token for the next set of results, or null
if there are no additional results. To
retrieve the next set of items, pass this token into a subsequent invocation of this operation. For more
information about pagination, see Using the Amazon Command Line Interface's
Pagination Options.
nextToken
- The pagination token for the next set of results, or null
if there are no additional results.
To retrieve the next set of items, pass this token into a subsequent invocation of this operation. For
more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.public String getNextToken()
The pagination token for the next set of results, or null
if there are no additional results. To
retrieve the next set of items, pass this token into a subsequent invocation of this operation. For more
information about pagination, see Using the Amazon Command Line Interface's
Pagination Options.
null
if there are no additional
results. To retrieve the next set of items, pass this token into a subsequent invocation of this
operation. For more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.public ListApplicationVersionsResult withNextToken(String nextToken)
The pagination token for the next set of results, or null
if there are no additional results. To
retrieve the next set of items, pass this token into a subsequent invocation of this operation. For more
information about pagination, see Using the Amazon Command Line Interface's
Pagination Options.
nextToken
- The pagination token for the next set of results, or null
if there are no additional results.
To retrieve the next set of items, pass this token into a subsequent invocation of this operation. For
more information about pagination, see Using the Amazon Command Line
Interface's Pagination Options.public String toString()
toString
in class Object
Object.toString()
public ListApplicationVersionsResult clone()