@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateProductResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProductResult |
clone() |
boolean |
equals(Object obj) |
ProductViewDetail |
getProductViewDetail()
The resulting detailed product view information.
|
List<Tag> |
getTags()
Tags associated with the product.
|
int |
hashCode() |
void |
setProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
|
void |
setTags(Collection<Tag> tags)
Tags associated with the product.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateProductResult |
withProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
|
UpdateProductResult |
withTags(Collection<Tag> tags)
Tags associated with the product.
|
UpdateProductResult |
withTags(Tag... tags)
Tags associated with the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail - The resulting detailed product view information.public ProductViewDetail getProductViewDetail()
The resulting detailed product view information.
public UpdateProductResult withProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail - The resulting detailed product view information.public List<Tag> getTags()
Tags associated with the product.
public void setTags(Collection<Tag> tags)
Tags associated with the product.
tags - Tags associated with the product.public UpdateProductResult withTags(Tag... tags)
Tags associated with the product.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
existing values.
tags - Tags associated with the product.public UpdateProductResult withTags(Collection<Tag> tags)
Tags associated with the product.
tags - Tags associated with the product.public String toString()
toString in class ObjectObject.toString()public UpdateProductResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.