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