@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExclusionsPreviewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateExclusionsPreviewResult() |
Modifier and Type | Method and Description |
---|---|
CreateExclusionsPreviewResult |
clone() |
boolean |
equals(Object obj) |
String |
getPreviewToken()
Specifies the unique identifier of the requested exclusions preview.
|
int |
hashCode() |
void |
setPreviewToken(String previewToken)
Specifies the unique identifier of the requested exclusions preview.
|
String |
toString()
Returns a string representation of this object.
|
CreateExclusionsPreviewResult |
withPreviewToken(String previewToken)
Specifies the unique identifier of the requested exclusions preview.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPreviewToken(String previewToken)
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
previewToken
- Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to
retrieve the exclusions preview when running the GetExclusionsPreview API.public String getPreviewToken()
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
public CreateExclusionsPreviewResult withPreviewToken(String previewToken)
Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to retrieve the exclusions preview when running the GetExclusionsPreview API.
previewToken
- Specifies the unique identifier of the requested exclusions preview. You can use the unique identifier to
retrieve the exclusions preview when running the GetExclusionsPreview API.public String toString()
toString
in class Object
Object.toString()
public CreateExclusionsPreviewResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.