public class DescribeNotificationConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeNotificationConfigurations operation.
Describes the notification actions associated with the specified Auto Scaling group.
NOOP| Constructor and Description |
|---|
DescribeNotificationConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationConfigurationsRequest |
clone() |
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeNotificationConfigurationsRequest()
public List<String> getAutoScalingGroupNames()
public void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
autoScalingGroupNames - The name of the group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(String... autoScalingGroupNames)
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.
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames - The name of the group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames - The name of the group.public String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token for the next set of items to return. (You received this
token from a previous call.)public DescribeNotificationConfigurationsRequest withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - The token for the next set of items to return. (You received this
token from a previous call.)public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords - The maximum number of items to return with this call.public DescribeNotificationConfigurationsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords - The maximum number of items to return with this call.public String toString()
toString in class ObjectObject.toString()public DescribeNotificationConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.