@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CostEstimationResourceCollectionFilter extends Object implements Serializable, Cloneable, StructuredPojo
Information about a filter used to specify which Amazon Web Services resources are analyzed to create a monthly DevOps Guru cost estimate. For more information, see Estimate your Amazon DevOps Guru costs and Amazon DevOps Guru pricing.
| Constructor and Description |
|---|
CostEstimationResourceCollectionFilter() |
| Modifier and Type | Method and Description |
|---|---|
CostEstimationResourceCollectionFilter |
clone() |
boolean |
equals(Object obj) |
CloudFormationCostEstimationResourceCollectionFilter |
getCloudFormation()
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a
monthly estimate for DevOps Guru.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a
monthly estimate for DevOps Guru.
|
String |
toString()
Returns a string representation of this object.
|
CostEstimationResourceCollectionFilter |
withCloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a
monthly estimate for DevOps Guru.
|
public CostEstimationResourceCollectionFilter()
public void setCloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
cloudFormation - An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to
create a monthly estimate for DevOps Guru.public CloudFormationCostEstimationResourceCollectionFilter getCloudFormation()
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
public CostEstimationResourceCollectionFilter withCloudFormation(CloudFormationCostEstimationResourceCollectionFilter cloudFormation)
An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to create a monthly estimate for DevOps Guru.
cloudFormation - An object that specifies the CloudFormation stack that defines the Amazon Web Services resources used to
create a monthly estimate for DevOps Guru.public String toString()
toString in class ObjectObject.toString()public CostEstimationResourceCollectionFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.