|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsRequest
public class DescribeNotificationConfigurationsRequest
Container for the parameters to the DescribeNotificationConfigurations operation
.
Returns a list of notification actions associated with Auto Scaling groups for specified events.
AmazonAutoScaling.describeNotificationConfigurations(DescribeNotificationConfigurationsRequest)
Constructor Summary | |
---|---|
DescribeNotificationConfigurationsRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNotificationConfigurationsRequest()
Method Detail |
---|
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: [ -??-??-?\r\n\t]*
public void setNextToken(java.lang.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(java.lang.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 java.lang.Integer getMaxRecords()
Constraints:
Range: 1 - 50
public void setMaxRecords(java.lang.Integer maxRecords)
Constraints:
Range: 1 - 50
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.
Constraints:
Range: 1 - 50
maxRecords
- Maximum number of records to be returned.
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |