@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotificationConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeNotificationConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAutoScalingGroupNames()
The name of the group.
|
Integer |
getMaxRecords()
The maximum number of items to return with this call.
|
String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the group.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of items to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNotificationConfigurationsRequest |
withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the group.
|
DescribeNotificationConfigurationsRequest |
withAutoScalingGroupNames(String... autoScalingGroupNames)
The name of the group.
|
DescribeNotificationConfigurationsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeNotificationConfigurationsRequest |
withNextToken(String nextToken)
The token for the next set of items to return.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeNotificationConfigurationsRequest()
public List<String> getAutoScalingGroupNames()
The name of the group.
public void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the group.
autoScalingGroupNames
- The name of the group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(String... autoScalingGroupNames)
The name of the group.
NOTE: This method appends the values to the existing list (if any). Use
setAutoScalingGroupNames(java.util.Collection)
or
withAutoScalingGroupNames(java.util.Collection)
if you want to override the existing values.
autoScalingGroupNames
- The name of the group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the group.
autoScalingGroupNames
- The name of the group.public void setNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public String getNextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeNotificationConfigurationsRequest withNextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)public void setMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords
- The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.public Integer getMaxRecords()
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
public DescribeNotificationConfigurationsRequest withMaxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords
- The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationConfigurationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.