@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppAuthorizationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppAuthorizationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppAuthorizationsResult |
clone() |
boolean |
equals(Object obj) |
List<AppAuthorizationSummary> |
getAppAuthorizationSummaryList()
Contains a list of app authorization summaries.
|
String |
getNextToken()
If
nextToken is returned, there are more results available. |
int |
hashCode() |
void |
setAppAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
void |
setNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
String |
toString()
Returns a string representation of this object.
|
ListAppAuthorizationsResult |
withAppAuthorizationSummaryList(AppAuthorizationSummary... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
ListAppAuthorizationsResult |
withAppAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
|
ListAppAuthorizationsResult |
withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AppAuthorizationSummary> getAppAuthorizationSummaryList()
Contains a list of app authorization summaries.
public void setAppAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
appAuthorizationSummaryList - Contains a list of app authorization summaries.public ListAppAuthorizationsResult withAppAuthorizationSummaryList(AppAuthorizationSummary... appAuthorizationSummaryList)
Contains a list of app authorization summaries.
NOTE: This method appends the values to the existing list (if any). Use
setAppAuthorizationSummaryList(java.util.Collection) or
withAppAuthorizationSummaryList(java.util.Collection) if you want to override the existing values.
appAuthorizationSummaryList - Contains a list of app authorization summaries.public ListAppAuthorizationsResult withAppAuthorizationSummaryList(Collection<AppAuthorizationSummary> appAuthorizationSummaryList)
Contains a list of app authorization summaries.
appAuthorizationSummaryList - Contains a list of app authorization 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 ListAppAuthorizationsResult 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 ObjectObject.toString()public ListAppAuthorizationsResult clone()
Copyright © 2023. All rights reserved.