@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GenerateServiceLastAccessedDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GenerateServiceLastAccessedDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GenerateServiceLastAccessedDetailsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the
resource was last used in an attempt to access an AWS service.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the
resource was last used in an attempt to access an AWS service.
|
String |
toString()
Returns a string representation of this object.
|
GenerateServiceLastAccessedDetailsRequest |
withArn(String arn)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the
resource was last used in an attempt to access an AWS service.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic GenerateServiceLastAccessedDetailsRequest()
public void setArn(String arn)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an AWS service.
arn - The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when
the resource was last used in an attempt to access an AWS service.public String getArn()
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an AWS service.
public GenerateServiceLastAccessedDetailsRequest withArn(String arn)
The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when the resource was last used in an attempt to access an AWS service.
arn - The ARN of the IAM resource (user, group, role, or managed policy) used to generate information about when
the resource was last used in an attempt to access an AWS service.public String toString()
toString in class ObjectObject.toString()public GenerateServiceLastAccessedDetailsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.