@Generated(value="software.amazon.awssdk:codegen") public final class DeleteSubscriberRequest extends BudgetsRequest implements ToCopyableBuilder<DeleteSubscriberRequest.Builder,DeleteSubscriberRequest>
Request of DeleteSubscriber
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteSubscriberRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The
accountId that is associated with the budget whose subscriber you want to delete. |
String |
budgetName()
The name of the budget whose subscriber you want to delete.
|
static DeleteSubscriberRequest.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 whose subscriber you want to delete.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteSubscriberRequest.Builder> |
serializableBuilderClass() |
Subscriber |
subscriber()
The subscriber that you want to delete.
|
DeleteSubscriberRequest.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 subscriber you want to delete.
accountId that is associated with the budget whose subscriber you want to delete.public final String budgetName()
The name of the budget whose subscriber you want to delete.
public final Notification notification()
The notification whose subscriber you want to delete.
public final Subscriber subscriber()
The subscriber that you want to delete.
public DeleteSubscriberRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteSubscriberRequest.Builder,DeleteSubscriberRequest>toBuilder in class BudgetsRequestpublic static DeleteSubscriberRequest.Builder builder()
public static Class<? extends DeleteSubscriberRequest.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.