@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypeVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTypeVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListTypeVersionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
List<TypeVersionSummary> |
getTypeVersionSummaries()
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
void |
setTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
String |
toString()
Returns a string representation of this object.
|
ListTypeVersionsResult |
withNextToken(String nextToken)
If the request doesn't return all of the remaining results,
NextToken is set to a token. |
ListTypeVersionsResult |
withTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
ListTypeVersionsResult |
withTypeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of
TypeVersionSummary structures that contain information about the specified extension's
versions. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TypeVersionSummary> getTypeVersionSummaries()
A list of TypeVersionSummary
structures that contain information about the specified extension's
versions.
TypeVersionSummary
structures that contain information about the specified
extension's versions.public void setTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of TypeVersionSummary
structures that contain information about the specified extension's
versions.
typeVersionSummaries
- A list of TypeVersionSummary
structures that contain information about the specified
extension's versions.public ListTypeVersionsResult withTypeVersionSummaries(TypeVersionSummary... typeVersionSummaries)
A list of TypeVersionSummary
structures that contain information about the specified extension's
versions.
NOTE: This method appends the values to the existing list (if any). Use
setTypeVersionSummaries(java.util.Collection)
or withTypeVersionSummaries(java.util.Collection)
if you want to override the existing values.
typeVersionSummaries
- A list of TypeVersionSummary
structures that contain information about the specified
extension's versions.public ListTypeVersionsResult withTypeVersionSummaries(Collection<TypeVersionSummary> typeVersionSummaries)
A list of TypeVersionSummary
structures that contain information about the specified extension's
versions.
typeVersionSummaries
- A list of TypeVersionSummary
structures that contain information about the specified
extension's versions.public void setNextToken(String nextToken)
If the request doesn't return all of the remaining results, NextToken
is set to a token. To retrieve
the next set of results, call this action again and assign that token to the request object's
NextToken
parameter. If the request returns all results, NextToken
is set to
null
.
nextToken
- If the request doesn't return all of the remaining results, NextToken
is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken
parameter. If the request returns all results, NextToken
is set to
null
.public String getNextToken()
If the request doesn't return all of the remaining results, NextToken
is set to a token. To retrieve
the next set of results, call this action again and assign that token to the request object's
NextToken
parameter. If the request returns all results, NextToken
is set to
null
.
NextToken
is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken
parameter. If the request returns all results, NextToken
is set to
null
.public ListTypeVersionsResult withNextToken(String nextToken)
If the request doesn't return all of the remaining results, NextToken
is set to a token. To retrieve
the next set of results, call this action again and assign that token to the request object's
NextToken
parameter. If the request returns all results, NextToken
is set to
null
.
nextToken
- If the request doesn't return all of the remaining results, NextToken
is set to a token. To
retrieve the next set of results, call this action again and assign that token to the request object's
NextToken
parameter. If the request returns all results, NextToken
is set to
null
.public String toString()
toString
in class Object
Object.toString()
public ListTypeVersionsResult clone()