@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIAMPolicyAssignmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListIAMPolicyAssignmentsResult() |
Modifier and Type | Method and Description |
---|---|
ListIAMPolicyAssignmentsResult |
clone() |
boolean |
equals(Object obj) |
List<IAMPolicyAssignmentSummary> |
getIAMPolicyAssignments()
Information describing the IAMpolicy assignments.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setIAMPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iAMPolicyAssignments)
Information describing the IAMpolicy assignments.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
ListIAMPolicyAssignmentsResult |
withIAMPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iAMPolicyAssignments)
Information describing the IAMpolicy assignments.
|
ListIAMPolicyAssignmentsResult |
withIAMPolicyAssignments(IAMPolicyAssignmentSummary... iAMPolicyAssignments)
Information describing the IAMpolicy assignments.
|
ListIAMPolicyAssignmentsResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIAMPolicyAssignmentsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListIAMPolicyAssignmentsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<IAMPolicyAssignmentSummary> getIAMPolicyAssignments()
Information describing the IAMpolicy assignments.
public void setIAMPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iAMPolicyAssignments)
Information describing the IAMpolicy assignments.
iAMPolicyAssignments
- Information describing the IAMpolicy assignments.public ListIAMPolicyAssignmentsResult withIAMPolicyAssignments(IAMPolicyAssignmentSummary... iAMPolicyAssignments)
Information describing the IAMpolicy assignments.
NOTE: This method appends the values to the existing list (if any). Use
setIAMPolicyAssignments(java.util.Collection)
or withIAMPolicyAssignments(java.util.Collection)
if you want to override the existing values.
iAMPolicyAssignments
- Information describing the IAMpolicy assignments.public ListIAMPolicyAssignmentsResult withIAMPolicyAssignments(Collection<IAMPolicyAssignmentSummary> iAMPolicyAssignments)
Information describing the IAMpolicy assignments.
iAMPolicyAssignments
- Information describing the IAMpolicy assignments.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListIAMPolicyAssignmentsResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public ListIAMPolicyAssignmentsResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public ListIAMPolicyAssignmentsResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public ListIAMPolicyAssignmentsResult clone()