@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CopyProductResult() |
Modifier and Type | Method and Description |
---|---|
CopyProductResult |
clone() |
boolean |
equals(Object obj) |
String |
getCopyProductToken()
A unique token to pass to
DescribeCopyProductStatus to track the progress of the operation. |
int |
hashCode() |
void |
setCopyProductToken(String copyProductToken)
A unique token to pass to
DescribeCopyProductStatus to track the progress of the operation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CopyProductResult |
withCopyProductToken(String copyProductToken)
A unique token to pass to
DescribeCopyProductStatus to track the progress of the operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCopyProductToken(String copyProductToken)
A unique token to pass to DescribeCopyProductStatus
to track the progress of the operation.
copyProductToken
- A unique token to pass to DescribeCopyProductStatus
to track the progress of the operation.public String getCopyProductToken()
A unique token to pass to DescribeCopyProductStatus
to track the progress of the operation.
DescribeCopyProductStatus
to track the progress of the operation.public CopyProductResult withCopyProductToken(String copyProductToken)
A unique token to pass to DescribeCopyProductStatus
to track the progress of the operation.
copyProductToken
- A unique token to pass to DescribeCopyProductStatus
to track the progress of the operation.public String toString()
toString
in class Object
Object.toString()
public CopyProductResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.