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