@Generated(value="software.amazon.awssdk:codegen") public final class DescribeBudgetsRequest extends BudgetsRequest implements ToCopyableBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>
Request of DescribeBudgets
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBudgetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The
accountId that is associated with the budgets that you want to describe. |
static DescribeBudgetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An integer that represents how many budgets a paginated response contains.
|
String |
nextToken()
The pagination token that you include in your request to indicate the next set of results that you want to
retrieve.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeBudgetsRequest.Builder> |
serializableBuilderClass() |
DescribeBudgetsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The accountId that is associated with the budgets that you want to describe.
accountId that is associated with the budgets that you want to describe.public final Integer maxResults()
An integer that represents how many budgets a paginated response contains. The default is 100.
public final String nextToken()
The pagination token that you include in your request to indicate the next set of results that you want to retrieve.
public DescribeBudgetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeBudgetsRequest.Builder,DescribeBudgetsRequest>toBuilder in class BudgetsRequestpublic static DescribeBudgetsRequest.Builder builder()
public static Class<? extends DescribeBudgetsRequest.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 © 2023. All rights reserved.