@Generated(value="software.amazon.awssdk:codegen") public final class CostEstimationResourceCollectionFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CostEstimationResourceCollectionFilter.Builder,CostEstimationResourceCollectionFilter>
Information about a filter used to specify which AWS 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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CostEstimationResourceCollectionFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CostEstimationResourceCollectionFilter.Builder |
builder() |
CloudFormationCostEstimationResourceCollectionFilter |
cloudFormation()
An object that specifies the CloudFormation stack that defines the AWS resources used to create a monthly
estimate for DevOps Guru.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CostEstimationResourceCollectionFilter.Builder> |
serializableBuilderClass() |
CostEstimationResourceCollectionFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudFormationCostEstimationResourceCollectionFilter cloudFormation()
An object that specifies the CloudFormation stack that defines the AWS resources used to create a monthly estimate for DevOps Guru.
public CostEstimationResourceCollectionFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CostEstimationResourceCollectionFilter.Builder,CostEstimationResourceCollectionFilter>public static CostEstimationResourceCollectionFilter.Builder builder()
public static Class<? extends CostEstimationResourceCollectionFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.