public class DescribeNotificationConfigurationsRequest extends AmazonWebServiceRequest implements 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(Object obj) |
List<String> |
getAutoScalingGroupNames()
The name of the Auto Scaling group.
|
Integer |
getMaxRecords()
Maximum number of records to be returned.
|
String |
getNextToken()
A string that is used to mark the start of the next batch of returned
results for pagination.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the Auto Scaling group.
|
void |
setMaxRecords(Integer maxRecords)
Maximum number of records to be returned.
|
void |
setNextToken(String nextToken)
A string that is used to mark the start of the next batch of returned
results for pagination.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNotificationConfigurationsRequest |
withAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the Auto Scaling group.
|
DescribeNotificationConfigurationsRequest |
withAutoScalingGroupNames(String... autoScalingGroupNames)
The name of the Auto Scaling group.
|
DescribeNotificationConfigurationsRequest |
withMaxRecords(Integer maxRecords)
Maximum number of records to be returned.
|
DescribeNotificationConfigurationsRequest |
withNextToken(String nextToken)
A string that is used to mark the start of the next batch of returned
results for pagination.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeNotificationConfigurationsRequest()
public List<String> getAutoScalingGroupNames()
public void setAutoScalingGroupNames(Collection<String> autoScalingGroupNames)
autoScalingGroupNames
- The name of the Auto Scaling group.public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(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(Collection<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 String getNextToken()
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [ --�𐀀-\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(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- A string that is used to mark the start of the next batch of returned
results for pagination.public Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(Integer maxRecords)
Constraints:
Range: 1 - 50
maxRecords
- Maximum number of records to be returned.public DescribeNotificationConfigurationsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 50
maxRecords
- Maximum number of records to be returned.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.