public class DescribeNotificationConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeNotificationConfigurations operation.
Returns a list of notification actions associated with Auto Scaling groups for specified events.
| Constructor and Description |
|---|
DescribeNotificationConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAutoScalingGroupNames()
The name of the Auto Scaling group.
|
java.lang.Integer |
getMaxRecords()
Maximum number of records to be returned.
|
java.lang.String |
getNextToken()
A string that is used to mark the start of the next batch of returned
results for pagination.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The name of the Auto Scaling group.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
Maximum number of records to be returned.
|
void |
setNextToken(java.lang.String nextToken)
A string that is used to mark the start of the next batch of returned
results for pagination.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNotificationConfigurationsRequest |
withAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The name of the Auto Scaling group.
|
DescribeNotificationConfigurationsRequest |
withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
The name of the Auto Scaling group.
|
DescribeNotificationConfigurationsRequest |
withMaxRecords(java.lang.Integer maxRecords)
Maximum number of records to be returned.
|
DescribeNotificationConfigurationsRequest |
withNextToken(java.lang.String nextToken)
A string that is used to mark the start of the next batch of returned
results for pagination.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic DescribeNotificationConfigurationsRequest()
public java.util.List<java.lang.String> getAutoScalingGroupNames()
public void setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
autoScalingGroupNames - The name of the Auto Scaling group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames - The name of the Auto Scaling group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
Returns a reference to this object so that method calls can be chained together.
autoScalingGroupNames - The name of the Auto Scaling group.public java.lang.String getNextToken()
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(java.lang.String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
nextToken - A string that is used to mark the start of the next batch of returned
results for pagination.public DescribeNotificationConfigurationsRequest withNextToken(java.lang.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 - A string that is used to mark the start of the next batch of returned
results for pagination.public java.lang.Integer getMaxRecords()
public void setMaxRecords(java.lang.Integer maxRecords)
maxRecords - Maximum number of records to be returned.public DescribeNotificationConfigurationsRequest withMaxRecords(java.lang.Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords - Maximum number of records to be returned.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object