Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeNotificationConfigurationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeNotificationConfigurationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
autoScalingGroupNames() |
The name of the group.
|
static DescribeNotificationConfigurationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxRecords() |
The maximum number of items to return with this call.
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribeNotificationConfigurationsRequest.Builder> |
serializableBuilderClass() |
|
DescribeNotificationConfigurationsRequest.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 List<String> autoScalingGroupNames()
The name of the group.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer maxRecords()
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
public DescribeNotificationConfigurationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
public static DescribeNotificationConfigurationsRequest.Builder builder()
public static Class<? extends DescribeNotificationConfigurationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.