@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAddonsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAddonsResult() |
Modifier and Type | Method and Description |
---|---|
ListAddonsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAddons()
A list of installed add-ons.
|
String |
getNextToken()
The
nextToken value to include in a future ListAddons request. |
int |
hashCode() |
void |
setAddons(Collection<String> addons)
A list of installed add-ons.
|
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListAddons request. |
String |
toString()
Returns a string representation of this object.
|
ListAddonsResult |
withAddons(Collection<String> addons)
A list of installed add-ons.
|
ListAddonsResult |
withAddons(String... addons)
A list of installed add-ons.
|
ListAddonsResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListAddons request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAddons()
A list of installed add-ons.
public void setAddons(Collection<String> addons)
A list of installed add-ons.
addons
- A list of installed add-ons.public ListAddonsResult withAddons(String... addons)
A list of installed add-ons.
NOTE: This method appends the values to the existing list (if any). Use
setAddons(java.util.Collection)
or withAddons(java.util.Collection)
if you want to override the
existing values.
addons
- A list of installed add-ons.public ListAddonsResult withAddons(Collection<String> addons)
A list of installed add-ons.
addons
- A list of installed add-ons.public void setNextToken(String nextToken)
The nextToken
value to include in a future ListAddons
request. When the results of a
ListAddons
request exceed maxResults
, you can use this value to retrieve the next page
of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future ListAddons
request. When the results
of a ListAddons
request exceed maxResults
, you can use this value to retrieve
the next page of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String getNextToken()
The nextToken
value to include in a future ListAddons
request. When the results of a
ListAddons
request exceed maxResults
, you can use this value to retrieve the next page
of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
value to include in a future ListAddons
request. When the results
of a ListAddons
request exceed maxResults
, you can use this value to retrieve
the next page of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public ListAddonsResult withNextToken(String nextToken)
The nextToken
value to include in a future ListAddons
request. When the results of a
ListAddons
request exceed maxResults
, you can use this value to retrieve the next page
of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken
- The nextToken
value to include in a future ListAddons
request. When the results
of a ListAddons
request exceed maxResults
, you can use this value to retrieve
the next page of results. This value is null
when there are no more results to return.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
public String toString()
toString
in class Object
Object.toString()
public ListAddonsResult clone()