@Generated(value="software.amazon.awssdk:codegen") public final class UpdateNotificationRequest extends BudgetsRequest implements ToCopyableBuilder<UpdateNotificationRequest.Builder,UpdateNotificationRequest>
Request of UpdateNotification
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateNotificationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The
accountId that is associated with the budget whose notification you want to update. |
String |
budgetName()
The name of the budget whose notification you want to update.
|
static UpdateNotificationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Notification |
newNotification()
The updated notification to be associated with a budget.
|
Notification |
oldNotification()
The previous notification that is associated with a budget.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateNotificationRequest.Builder> |
serializableBuilderClass() |
UpdateNotificationRequest.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 notification you want to update.
accountId that is associated with the budget whose notification you want to update.public final String budgetName()
The name of the budget whose notification you want to update.
public final Notification oldNotification()
The previous notification that is associated with a budget.
public final Notification newNotification()
The updated notification to be associated with a budget.
public UpdateNotificationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateNotificationRequest.Builder,UpdateNotificationRequest>toBuilder in class BudgetsRequestpublic static UpdateNotificationRequest.Builder builder()
public static Class<? extends UpdateNotificationRequest.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.