public class DescribeNotificationConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes the notification actions associated with the specified Auto Scaling group.
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()
The maximum number of items to return with this call.
|
java.lang.String |
getNextToken()
The token for the next set of items to return.
|
int |
hashCode() |
void |
setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The name of the Auto Scaling group.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
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)
The maximum number of items to return with this call.
|
DescribeNotificationConfigurationsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of items to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeNotificationConfigurationsRequest()
public java.util.List<java.lang.String> getAutoScalingGroupNames()
The name of the Auto Scaling group.
The name of the Auto Scaling group.
public void setAutoScalingGroupNames(java.util.Collection<java.lang.String> autoScalingGroupNames)
The name of the Auto Scaling group.
autoScalingGroupNames
- The name of the Auto Scaling group.
public DescribeNotificationConfigurationsRequest withAutoScalingGroupNames(java.lang.String... autoScalingGroupNames)
The name of the Auto Scaling group.
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)
The name of the Auto Scaling group.
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()
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
The token for the next set of items to return. (You received this token from a previous call.)
public void setNextToken(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Constraints:
Pattern: [ --�𐀀-\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(java.lang.String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)
public java.lang.Integer getMaxRecords()
The maximum number of items to return with this call. The default value
is 50
and the maximum value is 100
.
The maximum number of items to return with this call. The default
value is 50
and the maximum value is
100
.
public void setMaxRecords(java.lang.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 DescribeNotificationConfigurationsRequest withMaxRecords(java.lang.Integer maxRecords)
The maximum number of items to return with this call. The default value
is 50
and the maximum value is 100
.
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. The
default value is 50
and the maximum value is
100
.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.