@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccessPreviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccessPreviewResult() |
Modifier and Type | Method and Description |
---|---|
GetAccessPreviewResult |
clone() |
boolean |
equals(Object obj) |
AccessPreview |
getAccessPreview()
An object that contains information about the access preview.
|
int |
hashCode() |
void |
setAccessPreview(AccessPreview accessPreview)
An object that contains information about the access preview.
|
String |
toString()
Returns a string representation of this object.
|
GetAccessPreviewResult |
withAccessPreview(AccessPreview accessPreview)
An object that contains information about the access preview.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccessPreview(AccessPreview accessPreview)
An object that contains information about the access preview.
accessPreview
- An object that contains information about the access preview.public AccessPreview getAccessPreview()
An object that contains information about the access preview.
public GetAccessPreviewResult withAccessPreview(AccessPreview accessPreview)
An object that contains information about the access preview.
accessPreview
- An object that contains information about the access preview.public String toString()
toString
in class Object
Object.toString()
public GetAccessPreviewResult clone()