@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationAccessScopesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListApplicationAccessScopesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationAccessScopesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If present, this value indicates that more output is available than is included in the current response.
|
List<ScopeDetails> |
getScopes()
An array list of access scopes and their authorized targets that are associated with the application.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
void |
setScopes(Collection<ScopeDetails> scopes)
An array list of access scopes and their authorized targets that are associated with the application.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationAccessScopesResult |
withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
ListApplicationAccessScopesResult |
withScopes(Collection<ScopeDetails> scopes)
An array list of access scopes and their authorized targets that are associated with the application.
|
ListApplicationAccessScopesResult |
withScopes(ScopeDetails... scopes)
An array list of access scopes and their authorized targets that are associated with the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken response element comes back as
null. This indicates that this is the last page of results.
nextToken - If present, this value indicates that more output is available than is included in the current response.
Use this value in the NextToken request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken response element
comes back as null. This indicates that this is the last page of results.public String getNextToken()
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken response element comes back as
null. This indicates that this is the last page of results.
NextToken request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken response element
comes back as null. This indicates that this is the last page of results.public ListApplicationAccessScopesResult withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the next part
of the output. You should repeat this until the NextToken response element comes back as
null. This indicates that this is the last page of results.
nextToken - If present, this value indicates that more output is available than is included in the current response.
Use this value in the NextToken request parameter in a subsequent call to the operation to
get the next part of the output. You should repeat this until the NextToken response element
comes back as null. This indicates that this is the last page of results.public List<ScopeDetails> getScopes()
An array list of access scopes and their authorized targets that are associated with the application.
public void setScopes(Collection<ScopeDetails> scopes)
An array list of access scopes and their authorized targets that are associated with the application.
scopes - An array list of access scopes and their authorized targets that are associated with the application.public ListApplicationAccessScopesResult withScopes(ScopeDetails... scopes)
An array list of access scopes and their authorized targets that are associated with the application.
NOTE: This method appends the values to the existing list (if any). Use
setScopes(java.util.Collection) or withScopes(java.util.Collection) if you want to override the
existing values.
scopes - An array list of access scopes and their authorized targets that are associated with the application.public ListApplicationAccessScopesResult withScopes(Collection<ScopeDetails> scopes)
An array list of access scopes and their authorized targets that are associated with the application.
scopes - An array list of access scopes and their authorized targets that are associated with the application.public String toString()
toString in class ObjectObject.toString()public ListApplicationAccessScopesResult clone()
Copyright © 2025. All rights reserved.