@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) |
List<BudgetDetail> |
getBudgets()
Information about the associated budgets.
|
ProductViewDetail |
getProductViewDetail()
Information about the product view.
|
List<ProvisioningArtifactSummary> |
getProvisioningArtifactSummaries()
Information about the provisioning artifacts (also known as versions) for the specified product.
|
List<TagOptionDetail> |
getTagOptions()
Information about the TagOptions associated with the product.
|
List<Tag> |
getTags()
Information about the tags associated with the product.
|
int |
hashCode() |
void |
setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
setProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
|
void |
setProvisioningArtifactSummaries(Collection<ProvisioningArtifactSummary> provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
|
void |
setTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the product.
|
void |
setTags(Collection<Tag> tags)
Information about the tags associated with the product.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProductAsAdminResult |
withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribeProductAsAdminResult |
withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductAsAdminResult |
withProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
|
DescribeProductAsAdminResult |
withProvisioningArtifactSummaries(Collection<ProvisioningArtifactSummary> provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
|
DescribeProductAsAdminResult |
withProvisioningArtifactSummaries(ProvisioningArtifactSummary... provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
|
DescribeProductAsAdminResult |
withTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the product.
|
DescribeProductAsAdminResult |
withTagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the product.
|
DescribeProductAsAdminResult |
withTags(Collection<Tag> tags)
Information about the tags associated with the product.
|
DescribeProductAsAdminResult |
withTags(Tag... tags)
Information about the tags associated with the product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
productViewDetail
- Information about the product view.public ProductViewDetail getProductViewDetail()
Information about the product view.
public DescribeProductAsAdminResult withProductViewDetail(ProductViewDetail productViewDetail)
Information about the product view.
productViewDetail
- Information about the product view.public List<ProvisioningArtifactSummary> getProvisioningArtifactSummaries()
Information about the provisioning artifacts (also known as versions) for the specified product.
public void setProvisioningArtifactSummaries(Collection<ProvisioningArtifactSummary> provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
provisioningArtifactSummaries
- Information about the provisioning artifacts (also known as versions) for the specified product.public DescribeProductAsAdminResult withProvisioningArtifactSummaries(ProvisioningArtifactSummary... provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifactSummaries(java.util.Collection)
or
withProvisioningArtifactSummaries(java.util.Collection)
if you want to override the existing values.
provisioningArtifactSummaries
- Information about the provisioning artifacts (also known as versions) for the specified product.public DescribeProductAsAdminResult withProvisioningArtifactSummaries(Collection<ProvisioningArtifactSummary> provisioningArtifactSummaries)
Information about the provisioning artifacts (also known as versions) for the specified product.
provisioningArtifactSummaries
- Information about the provisioning artifacts (also known as versions) for the specified product.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 DescribeProductAsAdminResult 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 DescribeProductAsAdminResult withTags(Collection<Tag> tags)
Information about the tags associated with the product.
tags
- Information about the tags associated with the product.public List<TagOptionDetail> getTagOptions()
Information about the TagOptions associated with the product.
public void setTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the product.
tagOptions
- Information about the TagOptions associated with the product.public DescribeProductAsAdminResult withTagOptions(TagOptionDetail... tagOptions)
Information about the TagOptions associated with the product.
NOTE: This method appends the values to the existing list (if any). Use
setTagOptions(java.util.Collection)
or withTagOptions(java.util.Collection)
if you want to
override the existing values.
tagOptions
- Information about the TagOptions associated with the product.public DescribeProductAsAdminResult withTagOptions(Collection<TagOptionDetail> tagOptions)
Information about the TagOptions associated with the product.
tagOptions
- Information about the TagOptions associated with the product.public List<BudgetDetail> getBudgets()
Information about the associated budgets.
public void setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets
- Information about the associated budgets.public DescribeProductAsAdminResult withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
NOTE: This method appends the values to the existing list (if any). Use
setBudgets(java.util.Collection)
or withBudgets(java.util.Collection)
if you want to override
the existing values.
budgets
- Information about the associated budgets.public DescribeProductAsAdminResult withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets
- Information about the associated budgets.public String toString()
toString
in class Object
Object.toString()
public DescribeProductAsAdminResult clone()