Class ListCostCategoryDefinitionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest
-
- software.amazon.awssdk.services.costexplorer.model.ListCostCategoryDefinitionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListCostCategoryDefinitionsRequest extends CostExplorerRequest implements ToCopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListCostCategoryDefinitionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListCostCategoryDefinitionsRequest.Builderbuilder()StringeffectiveOn()The date when the Cost Category was effective.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The number of entries a paginated response contains.StringnextToken()The token to retrieve the next set of results.List<SdkField<?>>sdkFields()static Class<? extends ListCostCategoryDefinitionsRequest.Builder>serializableBuilderClass()ListCostCategoryDefinitionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
effectiveOn
public final String effectiveOn()
The date when the Cost Category was effective.
- Returns:
- The date when the Cost Category was effective.
-
nextToken
public final String nextToken()
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
- Returns:
- The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
-
maxResults
public final Integer maxResults()
The number of entries a paginated response contains.
- Returns:
- The number of entries a paginated response contains.
-
toBuilder
public ListCostCategoryDefinitionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>- Specified by:
toBuilderin classCostExplorerRequest
-
builder
public static ListCostCategoryDefinitionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListCostCategoryDefinitionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-