@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppBundlesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAppBundlesResult() |
Modifier and Type | Method and Description |
---|---|
ListAppBundlesResult |
clone() |
boolean |
equals(Object obj) |
List<AppBundleSummary> |
getAppBundleSummaryList()
Contains a list of app bundle summaries.
|
String |
getNextToken()
If
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setAppBundleSummaryList(Collection<AppBundleSummary> appBundleSummaryList)
Contains a list of app bundle summaries.
|
void |
setNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListAppBundlesResult |
withAppBundleSummaryList(AppBundleSummary... appBundleSummaryList)
Contains a list of app bundle summaries.
|
ListAppBundlesResult |
withAppBundleSummaryList(Collection<AppBundleSummary> appBundleSummaryList)
Contains a list of app bundle summaries.
|
ListAppBundlesResult |
withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AppBundleSummary> getAppBundleSummaryList()
Contains a list of app bundle summaries.
public void setAppBundleSummaryList(Collection<AppBundleSummary> appBundleSummaryList)
Contains a list of app bundle summaries.
appBundleSummaryList
- Contains a list of app bundle summaries.public ListAppBundlesResult withAppBundleSummaryList(AppBundleSummary... appBundleSummaryList)
Contains a list of app bundle summaries.
NOTE: This method appends the values to the existing list (if any). Use
setAppBundleSummaryList(java.util.Collection)
or withAppBundleSummaryList(java.util.Collection)
if you want to override the existing values.
appBundleSummaryList
- Contains a list of app bundle summaries.public ListAppBundlesResult withAppBundleSummaryList(Collection<AppBundleSummary> appBundleSummaryList)
Contains a list of app bundle summaries.
appBundleSummaryList
- Contains a list of app bundle summaries.public void setNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
- If nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public String getNextToken()
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public ListAppBundlesResult withNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
- If nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public String toString()
toString
in class Object
Object.toString()
public ListAppBundlesResult clone()