@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()
Information about the product view.
|
ProvisioningArtifactDetail |
getProvisioningArtifactDetail()
Information about the provisioning artifact.
|
List<Tag> |
getTags()
Information about the tags associated with the product.
|
int |
hashCode() |
void |
setProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
|
void |
setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
void |
setTags(Collection<Tag> tags)
Information about the tags associated with the product.
|
String |
toString()
Returns a string representation of this object.
|
CreateProductResult |
withProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
|
CreateProductResult |
withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
|
CreateProductResult |
withTags(Collection<Tag> tags)
Information about the tags associated with the product.
|
CreateProductResult |
withTags(Tag... tags)
Information about the tags associated with the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
productViewDetail - Information about the product view.public ProductViewDetail getProductViewDetail()
Information about the product view.
public CreateProductResult withProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
productViewDetail - Information about the product view.public void setProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail - Information about the provisioning artifact.public ProvisioningArtifactDetail getProvisioningArtifactDetail()
Information about the provisioning artifact.
public CreateProductResult withProvisioningArtifactDetail(ProvisioningArtifactDetail provisioningArtifactDetail)
Information about the provisioning artifact.
provisioningArtifactDetail - Information about the provisioning artifact.public List<Tag> getTags()
Information about the tags associated with the product.
public void setTags(Collection<Tag> tags)
Information about the tags associated with the product.
tags - Information about the tags associated with the product.public CreateProductResult withTags(Tag... tags)
Information about the 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 - Information about the tags associated with the product.public CreateProductResult withTags(Collection<Tag> tags)
Information about the tags associated with the product.
tags - Information about the tags associated with the product.public String toString()
toString in class ObjectObject.toString()public CreateProductResult clone()