Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeNotificationSubscriptionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeNotificationSubscriptionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeNotificationSubscriptionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of items to return with this call.
|
String |
marker() |
The marker for the next set of results.
|
String |
organizationId() |
The ID of the organization.
|
static Class<? extends DescribeNotificationSubscriptionsRequest.Builder> |
serializableBuilderClass() |
|
DescribeNotificationSubscriptionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String organizationId()
The ID of the organization.
public String marker()
The marker for the next set of results. (You received this marker from a previous call.)
public Integer limit()
The maximum number of items to return with this call.
public DescribeNotificationSubscriptionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeNotificationSubscriptionsRequest.Builder,DescribeNotificationSubscriptionsRequest>
public static DescribeNotificationSubscriptionsRequest.Builder builder()
public static Class<? extends DescribeNotificationSubscriptionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.