@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIAMPolicyAssignmentsForUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIAMPolicyAssignmentsForUserRequest() |
Modifier and Type | Method and Description |
---|---|
ListIAMPolicyAssignmentsForUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the assignments.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNamespace()
The namespace of the assignment.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
String |
getUserName()
The name of the user.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNamespace(String namespace)
The namespace of the assignment.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
void |
setUserName(String userName)
The name of the user.
|
String |
toString()
Returns a string representation of this object.
|
ListIAMPolicyAssignmentsForUserRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
|
ListIAMPolicyAssignmentsForUserRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListIAMPolicyAssignmentsForUserRequest |
withNamespace(String namespace)
The namespace of the assignment.
|
ListIAMPolicyAssignmentsForUserRequest |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIAMPolicyAssignmentsForUserRequest |
withUserName(String userName)
The name of the user.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListIAMPolicyAssignmentsForUserRequest()
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
awsAccountId
- The ID of the Amazon Web Services account that contains the assignments.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the assignments.
public ListIAMPolicyAssignmentsForUserRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
awsAccountId
- The ID of the Amazon Web Services account that contains the assignments.public void setUserName(String userName)
The name of the user.
userName
- The name of the user.public String getUserName()
The name of the user.
public ListIAMPolicyAssignmentsForUserRequest withUserName(String userName)
The name of the user.
userName
- The name of the user.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 ListIAMPolicyAssignmentsForUserRequest 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 setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public Integer getMaxResults()
The maximum number of results to be returned per request.
public ListIAMPolicyAssignmentsForUserRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.public void setNamespace(String namespace)
The namespace of the assignment.
namespace
- The namespace of the assignment.public String getNamespace()
The namespace of the assignment.
public ListIAMPolicyAssignmentsForUserRequest withNamespace(String namespace)
The namespace of the assignment.
namespace
- The namespace of the assignment.public String toString()
toString
in class Object
Object.toString()
public ListIAMPolicyAssignmentsForUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()