public class DescribePermissionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
iamUserArn
The user's IAM ARN.
|
private java.lang.String |
stackId
The stack ID.
|
NOOP
Constructor and Description |
---|
DescribePermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePermissionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIamUserArn()
The user's IAM ARN.
|
java.lang.String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setIamUserArn(java.lang.String iamUserArn)
The user's IAM ARN.
|
void |
setStackId(java.lang.String stackId)
The stack ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePermissionsRequest |
withIamUserArn(java.lang.String iamUserArn)
The user's IAM ARN.
|
DescribePermissionsRequest |
withStackId(java.lang.String stackId)
The stack ID.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String iamUserArn
The user's IAM ARN. For more information about IAM ARNs, see Using Identifiers.
private java.lang.String stackId
The stack ID.
public void setIamUserArn(java.lang.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 java.lang.String getIamUserArn()
The user's IAM ARN. For more information about IAM ARNs, see Using Identifiers.
public DescribePermissionsRequest withIamUserArn(java.lang.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(java.lang.String stackId)
The stack ID.
stackId
- The stack ID.public java.lang.String getStackId()
The stack ID.
public DescribePermissionsRequest withStackId(java.lang.String stackId)
The stack ID.
stackId
- The stack ID.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribePermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()