@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCopyProductStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCopyProductStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCopyProductStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getCopyProductStatus()
The status of the copy product operation.
|
String |
getStatusDetail()
The status message.
|
String |
getTargetProductId()
The ID of the copied product.
|
int |
hashCode() |
void |
setCopyProductStatus(String copyProductStatus)
The status of the copy product operation.
|
void |
setStatusDetail(String statusDetail)
The status message.
|
void |
setTargetProductId(String targetProductId)
The ID of the copied product.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeCopyProductStatusResult |
withCopyProductStatus(CopyProductStatus copyProductStatus)
The status of the copy product operation.
|
DescribeCopyProductStatusResult |
withCopyProductStatus(String copyProductStatus)
The status of the copy product operation.
|
DescribeCopyProductStatusResult |
withStatusDetail(String statusDetail)
The status message.
|
DescribeCopyProductStatusResult |
withTargetProductId(String targetProductId)
The ID of the copied product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCopyProductStatus(String copyProductStatus)
The status of the copy product operation.
copyProductStatus - The status of the copy product operation.CopyProductStatuspublic String getCopyProductStatus()
The status of the copy product operation.
CopyProductStatuspublic DescribeCopyProductStatusResult withCopyProductStatus(String copyProductStatus)
The status of the copy product operation.
copyProductStatus - The status of the copy product operation.CopyProductStatuspublic DescribeCopyProductStatusResult withCopyProductStatus(CopyProductStatus copyProductStatus)
The status of the copy product operation.
copyProductStatus - The status of the copy product operation.CopyProductStatuspublic void setTargetProductId(String targetProductId)
The ID of the copied product.
targetProductId - The ID of the copied product.public String getTargetProductId()
The ID of the copied product.
public DescribeCopyProductStatusResult withTargetProductId(String targetProductId)
The ID of the copied product.
targetProductId - The ID of the copied product.public void setStatusDetail(String statusDetail)
The status message.
statusDetail - The status message.public String getStatusDetail()
The status message.
public DescribeCopyProductStatusResult withStatusDetail(String statusDetail)
The status message.
statusDetail - The status message.public String toString()
toString in class ObjectObject.toString()public DescribeCopyProductStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.