@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProvisionedProductResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeProvisionedProductResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProvisionedProductResult |
clone() |
boolean |
equals(Object obj) |
List<CloudWatchDashboard> |
getCloudWatchDashboards()
Any CloudWatch dashboards that were created when provisioning the product.
|
ProvisionedProductDetail |
getProvisionedProductDetail()
Information about the provisioned product.
|
int |
hashCode() |
void |
setCloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
|
void |
setProvisionedProductDetail(ProvisionedProductDetail provisionedProductDetail)
Information about the provisioned product.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProvisionedProductResult |
withCloudWatchDashboards(CloudWatchDashboard... cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
|
DescribeProvisionedProductResult |
withCloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
|
DescribeProvisionedProductResult |
withProvisionedProductDetail(ProvisionedProductDetail provisionedProductDetail)
Information about the provisioned product.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProvisionedProductDetail(ProvisionedProductDetail provisionedProductDetail)
Information about the provisioned product.
provisionedProductDetail - Information about the provisioned product.public ProvisionedProductDetail getProvisionedProductDetail()
Information about the provisioned product.
public DescribeProvisionedProductResult withProvisionedProductDetail(ProvisionedProductDetail provisionedProductDetail)
Information about the provisioned product.
provisionedProductDetail - Information about the provisioned product.public List<CloudWatchDashboard> getCloudWatchDashboards()
Any CloudWatch dashboards that were created when provisioning the product.
public void setCloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
cloudWatchDashboards - Any CloudWatch dashboards that were created when provisioning the product.public DescribeProvisionedProductResult withCloudWatchDashboards(CloudWatchDashboard... cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchDashboards(java.util.Collection) or withCloudWatchDashboards(java.util.Collection)
if you want to override the existing values.
cloudWatchDashboards - Any CloudWatch dashboards that were created when provisioning the product.public DescribeProvisionedProductResult withCloudWatchDashboards(Collection<CloudWatchDashboard> cloudWatchDashboards)
Any CloudWatch dashboards that were created when provisioning the product.
cloudWatchDashboards - Any CloudWatch dashboards that were created when provisioning the product.public String toString()
toString in class ObjectObject.toString()public DescribeProvisionedProductResult clone()