@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIamUserArn()
The user's IAM ARN.
|
String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setIamUserArn(String iamUserArn)
The user's IAM ARN.
|
void |
setStackId(String stackId)
The stack ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribePermissionsRequest |
withIamUserArn(String iamUserArn)
The user's IAM ARN.
|
DescribePermissionsRequest |
withStackId(String stackId)
The stack ID.
|
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 void setIamUserArn(String iamUserArn)
The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.
iamUserArn
- The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.public String getIamUserArn()
The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.
public DescribePermissionsRequest withIamUserArn(String iamUserArn)
The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.
iamUserArn
- The user's IAM ARN. This can also be a federated user's ARN. For more information about IAM ARNs, see Using Identifiers.public void setStackId(String stackId)
The stack ID.
stackId
- The stack ID.public String getStackId()
The stack ID.
public DescribePermissionsRequest withStackId(String stackId)
The stack ID.
stackId
- The stack ID.public String toString()
toString
in class Object
Object.toString()
public DescribePermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.