@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAdapterVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAdapterVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListAdapterVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<AdapterVersionOverview> |
getAdapterVersions()
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
String |
getNextToken()
Identifies the next page of results to return when listing adapter versions.
|
int |
hashCode() |
void |
setAdapterVersions(Collection<AdapterVersionOverview> adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return when listing adapter versions.
|
String |
toString()
Returns a string representation of this object.
|
ListAdapterVersionsResult |
withAdapterVersions(AdapterVersionOverview... adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
ListAdapterVersionsResult |
withAdapterVersions(Collection<AdapterVersionOverview> adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
|
ListAdapterVersionsResult |
withNextToken(String nextToken)
Identifies the next page of results to return when listing adapter versions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AdapterVersionOverview> getAdapterVersions()
Adapter versions that match the filtering criteria specified when calling ListAdapters.
public void setAdapterVersions(Collection<AdapterVersionOverview> adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
adapterVersions
- Adapter versions that match the filtering criteria specified when calling ListAdapters.public ListAdapterVersionsResult withAdapterVersions(AdapterVersionOverview... adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
NOTE: This method appends the values to the existing list (if any). Use
setAdapterVersions(java.util.Collection)
or withAdapterVersions(java.util.Collection)
if you
want to override the existing values.
adapterVersions
- Adapter versions that match the filtering criteria specified when calling ListAdapters.public ListAdapterVersionsResult withAdapterVersions(Collection<AdapterVersionOverview> adapterVersions)
Adapter versions that match the filtering criteria specified when calling ListAdapters.
adapterVersions
- Adapter versions that match the filtering criteria specified when calling ListAdapters.public void setNextToken(String nextToken)
Identifies the next page of results to return when listing adapter versions.
nextToken
- Identifies the next page of results to return when listing adapter versions.public String getNextToken()
Identifies the next page of results to return when listing adapter versions.
public ListAdapterVersionsResult withNextToken(String nextToken)
Identifies the next page of results to return when listing adapter versions.
nextToken
- Identifies the next page of results to return when listing adapter versions.public String toString()
toString
in class Object
Object.toString()
public ListAdapterVersionsResult clone()