@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GenerateServiceLastAccessedDetailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.