@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccessPreviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccessPreviewResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccessPreviewResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique ID for the access preview.
|
int |
hashCode() |
void |
setId(String id)
The unique ID for the access preview.
|
String |
toString()
Returns a string representation of this object.
|
CreateAccessPreviewResult |
withId(String id)
The unique ID for the access preview.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The unique ID for the access preview.
id
- The unique ID for the access preview.public String getId()
The unique ID for the access preview.
public CreateAccessPreviewResult withId(String id)
The unique ID for the access preview.
id
- The unique ID for the access preview.public String toString()
toString
in class Object
Object.toString()
public CreateAccessPreviewResult clone()