@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationAssignmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationAssignmentsResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationAssignmentsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationAssignment> |
getApplicationAssignments()
The list of users assigned to an application.
|
String |
getNextToken()
If present, this value indicates that more output is available than is included in the current response.
|
int |
hashCode() |
void |
setApplicationAssignments(Collection<ApplicationAssignment> applicationAssignments)
The list of users assigned to an application.
|
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.
|
ListApplicationAssignmentsResult |
withApplicationAssignments(ApplicationAssignment... applicationAssignments)
The list of users assigned to an application.
|
ListApplicationAssignmentsResult |
withApplicationAssignments(Collection<ApplicationAssignment> applicationAssignments)
The list of users assigned to an application.
|
ListApplicationAssignmentsResult |
withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationAssignment> getApplicationAssignments()
The list of users assigned to an application.
public void setApplicationAssignments(Collection<ApplicationAssignment> applicationAssignments)
The list of users assigned to an application.
applicationAssignments
- The list of users assigned to an application.public ListApplicationAssignmentsResult withApplicationAssignments(ApplicationAssignment... applicationAssignments)
The list of users assigned to an application.
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
- The list of users assigned to an application.public ListApplicationAssignmentsResult withApplicationAssignments(Collection<ApplicationAssignment> applicationAssignments)
The list of users assigned to an application.
applicationAssignments
- The list of users assigned to an application.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 ListApplicationAssignmentsResult 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 Object
Object.toString()
public ListApplicationAssignmentsResult clone()