|
|||||||
| 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(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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeNotificationConfigurationsRequest()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||