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.
| コンストラクタと説明 |
|---|
DescribeNotificationConfigurationsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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: [ --�𐀀-\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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object