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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIamUserArn(String iamUserArn)
The user's IAM ARN. For more information about IAM ARNs, see Using Identifiers.
iamUserArn - The user's IAM ARN. For more information about IAM ARNs, see Using Identifiers.public String getIamUserArn()
The user's IAM ARN. For more information about IAM ARNs, see Using Identifiers.
public DescribePermissionsRequest withIamUserArn(String iamUserArn)
The user's IAM ARN. For more information about IAM ARNs, see Using Identifiers.
iamUserArn - The user's IAM 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 ObjectObject.toString()public DescribePermissionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.