@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateProductResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateProductResult |
clone() |
boolean |
equals(Object obj) |
ProductViewDetail |
getProductViewDetail()
The resulting detailed product view information.
|
ProvisioningArtifactDetail |
getProvisioningArtifactDetail()
The resulting detailed provisioning artifact information.
|
List<Tag> |
getTags()
Tags successfully associated with the new product.
|
int |
hashCode() |
void |
setProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
|
void |
setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
|
void |
setTags(Collection<Tag> tags)
Tags successfully associated with the new product.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateProductResult |
withProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
|
CreateProductResult |
withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
|
CreateProductResult |
withTags(Collection<Tag> tags)
Tags successfully associated with the new product.
|
CreateProductResult |
withTags(Tag... tags)
Tags successfully associated with the new 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 CreateProductResult withProductViewDetail(ProductViewDetail productViewDetail)
The resulting detailed product view information.
productViewDetail - The resulting detailed product view information.public void setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
provisioningArtifactDetail - The resulting detailed provisioning artifact information.public ProvisioningArtifactDetail getProvisioningArtifactDetail()
The resulting detailed provisioning artifact information.
public CreateProductResult withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
The resulting detailed provisioning artifact information.
provisioningArtifactDetail - The resulting detailed provisioning artifact information.public List<Tag> getTags()
Tags successfully associated with the new product.
public void setTags(Collection<Tag> tags)
Tags successfully associated with the new product.
tags - Tags successfully associated with the new product.public CreateProductResult withTags(Tag... tags)
Tags successfully associated with the new 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 successfully associated with the new product.public CreateProductResult withTags(Collection<Tag> tags)
Tags successfully associated with the new product.
tags - Tags successfully associated with the new product.public String toString()
toString in class ObjectObject.toString()public CreateProductResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.