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