@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNotificationsForBudgetRequest extends BudgetsRequest implements ToCopyableBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>
Request of DescribeNotificationsForBudget
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNotificationsForBudgetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The
accountId that is associated with the budget whose notifications you want descriptions of. |
String |
budgetName()
The name of the budget whose notifications you want descriptions of.
|
static DescribeNotificationsForBudgetRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional integer that represents how many entries 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 DescribeNotificationsForBudgetRequest.Builder> |
serializableBuilderClass() |
DescribeNotificationsForBudgetRequest.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 budget whose notifications you want descriptions of.
accountId that is associated with the budget whose notifications you want descriptions
of.public final String budgetName()
The name of the budget whose notifications you want descriptions of.
public final Integer maxResults()
An optional integer that represents how many entries a paginated response contains.
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 DescribeNotificationsForBudgetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNotificationsForBudgetRequest.Builder,DescribeNotificationsForBudgetRequest>toBuilder in class BudgetsRequestpublic static DescribeNotificationsForBudgetRequest.Builder builder()
public static Class<? extends DescribeNotificationsForBudgetRequest.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.