@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeProductResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProductResult |
clone() |
boolean |
equals(Object obj) |
List<BudgetDetail> |
getBudgets()
Information about the associated budgets.
|
List<LaunchPath> |
getLaunchPaths()
Information about the associated launch paths.
|
ProductViewSummary |
getProductViewSummary()
Summary information about the product view.
|
List<ProvisioningArtifact> |
getProvisioningArtifacts()
Information about the provisioning artifacts for the specified product.
|
int |
hashCode() |
void |
setBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
void |
setLaunchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
|
void |
setProductViewSummary(ProductViewSummary productViewSummary)
Summary information about the product view.
|
void |
setProvisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProductResult |
withBudgets(BudgetDetail... budgets)
Information about the associated budgets.
|
DescribeProductResult |
withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
|
DescribeProductResult |
withLaunchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
|
DescribeProductResult |
withLaunchPaths(LaunchPath... launchPaths)
Information about the associated launch paths.
|
DescribeProductResult |
withProductViewSummary(ProductViewSummary productViewSummary)
Summary information about the product view.
|
DescribeProductResult |
withProvisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
|
DescribeProductResult |
withProvisioningArtifacts(ProvisioningArtifact... provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProductViewSummary(ProductViewSummary productViewSummary)
Summary information about the product view.
productViewSummary
- Summary information about the product view.public ProductViewSummary getProductViewSummary()
Summary information about the product view.
public DescribeProductResult withProductViewSummary(ProductViewSummary productViewSummary)
Summary information about the product view.
productViewSummary
- Summary information about the product view.public List<ProvisioningArtifact> getProvisioningArtifacts()
Information about the provisioning artifacts for the specified product.
public void setProvisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
provisioningArtifacts
- Information about the provisioning artifacts for the specified product.public DescribeProductResult withProvisioningArtifacts(ProvisioningArtifact... provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
NOTE: This method appends the values to the existing list (if any). Use
setProvisioningArtifacts(java.util.Collection)
or
withProvisioningArtifacts(java.util.Collection)
if you want to override the existing values.
provisioningArtifacts
- Information about the provisioning artifacts for the specified product.public DescribeProductResult withProvisioningArtifacts(Collection<ProvisioningArtifact> provisioningArtifacts)
Information about the provisioning artifacts for the specified product.
provisioningArtifacts
- Information about the provisioning artifacts for the specified 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 DescribeProductResult 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 DescribeProductResult withBudgets(Collection<BudgetDetail> budgets)
Information about the associated budgets.
budgets
- Information about the associated budgets.public List<LaunchPath> getLaunchPaths()
Information about the associated launch paths.
public void setLaunchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
launchPaths
- Information about the associated launch paths.public DescribeProductResult withLaunchPaths(LaunchPath... launchPaths)
Information about the associated launch paths.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchPaths(java.util.Collection)
or withLaunchPaths(java.util.Collection)
if you want to
override the existing values.
launchPaths
- Information about the associated launch paths.public DescribeProductResult withLaunchPaths(Collection<LaunchPath> launchPaths)
Information about the associated launch paths.
launchPaths
- Information about the associated launch paths.public String toString()
toString
in class Object
Object.toString()
public DescribeProductResult clone()