@Generated(value="software.amazon.awssdk:codegen") public final class ListCostCategoryDefinitionsRequest extends CostExplorerRequest implements ToCopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListCostCategoryDefinitionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListCostCategoryDefinitionsRequest.Builder |
builder() |
String |
effectiveOn()
The date when the Cost Category was effective.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of entries a paginated response contains.
|
String |
nextToken()
The token to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListCostCategoryDefinitionsRequest.Builder> |
serializableBuilderClass() |
ListCostCategoryDefinitionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String effectiveOn()
The date when the Cost Category was effective.
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.
public final Integer maxResults()
The number of entries a paginated response contains.
public ListCostCategoryDefinitionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListCostCategoryDefinitionsRequest.Builder,ListCostCategoryDefinitionsRequest>toBuilder in class CostExplorerRequestpublic static ListCostCategoryDefinitionsRequest.Builder builder()
public static Class<? extends ListCostCategoryDefinitionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.