@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProductAsAdminResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeProductAsAdminResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProductAsAdminResult |
clone() |
boolean |
equals(Object obj) |
ProductViewDetail |
getProductViewDetail()
Detailed product view information.
|
List<Tag> |
getTags()
Tags associated with the product.
|
int |
hashCode() |
void |
setProductViewDetail(ProductViewDetail productViewDetail)
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.
|
DescribeProductAsAdminResult |
withProductViewDetail(ProductViewDetail productViewDetail)
Detailed product view information.
|
DescribeProductAsAdminResult |
withTags(Collection<Tag> tags)
Tags associated with the product.
|
DescribeProductAsAdminResult |
withTags(Tag... tags)
Tags associated with the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProductViewDetail(ProductViewDetail productViewDetail)
Detailed product view information.
productViewDetail - Detailed product view information.public ProductViewDetail getProductViewDetail()
Detailed product view information.
public DescribeProductAsAdminResult withProductViewDetail(ProductViewDetail productViewDetail)
Detailed product view information.
productViewDetail - 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 DescribeProductAsAdminResult 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 DescribeProductAsAdminResult withTags(Collection<Tag> tags)
Tags associated with the product.
tags - Tags associated with the product.public String toString()
toString in class ObjectObject.toString()public DescribeProductAsAdminResult clone()
Copyright © 2017. All rights reserved.