@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationAssignmentsForPrincipalResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListApplicationAssignmentsForPrincipalResult() |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationAssignmentsForPrincipalResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationAssignmentForPrincipal> |
getApplicationAssignments()
An array list of the application assignments for the specified principal.
|
String |
getNextToken()
If present, this value indicates that more output is available than is included in the current response.
|
int |
hashCode() |
void |
setApplicationAssignments(Collection<ApplicationAssignmentForPrincipal> applicationAssignments)
An array list of the application assignments for the specified principal.
|
void |
setNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationAssignmentsForPrincipalResult |
withApplicationAssignments(ApplicationAssignmentForPrincipal... applicationAssignments)
An array list of the application assignments for the specified principal.
|
ListApplicationAssignmentsForPrincipalResult |
withApplicationAssignments(Collection<ApplicationAssignmentForPrincipal> applicationAssignments)
An array list of the application assignments for the specified principal.
|
ListApplicationAssignmentsForPrincipalResult |
withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListApplicationAssignmentsForPrincipalResult()
public List<ApplicationAssignmentForPrincipal> getApplicationAssignments()
An array list of the application assignments for the specified principal.
public void setApplicationAssignments(Collection<ApplicationAssignmentForPrincipal> applicationAssignments)
An array list of the application assignments for the specified principal.
applicationAssignments - An array list of the application assignments for the specified principal.public ListApplicationAssignmentsForPrincipalResult withApplicationAssignments(ApplicationAssignmentForPrincipal... applicationAssignments)
An array list of the application assignments for the specified principal.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationAssignments(java.util.Collection) or
withApplicationAssignments(java.util.Collection) if you want to override the existing values.
applicationAssignments - An array list of the application assignments for the specified principal.public ListApplicationAssignmentsForPrincipalResult withApplicationAssignments(Collection<ApplicationAssignmentForPrincipal> applicationAssignments)
An array list of the application assignments for the specified principal.
applicationAssignments - An array list of the application assignments for the specified principal.public 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 ListApplicationAssignmentsForPrincipalResult 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 String toString()
toString in class ObjectObject.toString()public ListApplicationAssignmentsForPrincipalResult clone()
Copyright © 2023. All rights reserved.