@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()
The token to use to track the progress of the operation.
|
int |
hashCode() |
void |
setCopyProductToken(String copyProductToken)
The token to use to track the progress of the operation.
|
String |
toString()
Returns a string representation of this object.
|
CopyProductResult |
withCopyProductToken(String copyProductToken)
The token to use to track the progress of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCopyProductToken(String copyProductToken)
The token to use to track the progress of the operation.
copyProductToken - The token to use to track the progress of the operation.public String getCopyProductToken()
The token to use to track the progress of the operation.
public CopyProductResult withCopyProductToken(String copyProductToken)
The token to use to track the progress of the operation.
copyProductToken - The token to use to track the progress of the operation.public String toString()
toString in class ObjectObject.toString()public CopyProductResult clone()