@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessPreviewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAccessPreviewRequest() |
Modifier and Type | Method and Description |
---|---|
GetAccessPreviewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessPreviewId()
The unique ID for the access preview.
|
String |
getAnalyzerArn()
The ARN
of the analyzer used to generate the access preview.
|
int |
hashCode() |
void |
setAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
|
void |
setAnalyzerArn(String analyzerArn)
The ARN
of the analyzer used to generate the access preview.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessPreviewRequest |
withAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
|
GetAccessPreviewRequest |
withAnalyzerArn(String analyzerArn)
The ARN
of the analyzer used to generate the access preview.
|
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 setAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
accessPreviewId
- The unique ID for the access preview.public String getAccessPreviewId()
The unique ID for the access preview.
public GetAccessPreviewRequest withAccessPreviewId(String accessPreviewId)
The unique ID for the access preview.
accessPreviewId
- The unique ID for the access preview.public void setAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn
- The ARN of the analyzer used to generate the access preview.public String getAnalyzerArn()
The ARN of the analyzer used to generate the access preview.
public GetAccessPreviewRequest withAnalyzerArn(String analyzerArn)
The ARN of the analyzer used to generate the access preview.
analyzerArn
- The ARN of the analyzer used to generate the access preview.public String toString()
toString
in class Object
Object.toString()
public GetAccessPreviewRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()