|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsResult
public class DescribeNotificationConfigurationsResult
The output of the DescribeNotificationConfigurations action.
Constructor Summary | |
---|---|
DescribeNotificationConfigurationsResult()
|
Method Summary | |
---|---|
String |
getNextToken()
A string that is used to mark the start of the next batch of returned results for pagination. |
List<NotificationConfiguration> |
getNotificationConfigurations()
The list of notification configurations. |
void |
setNextToken(String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination. |
void |
setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeNotificationConfigurationsResult |
withNextToken(String nextToken)
A string that is used to mark the start of the next batch of returned results for pagination. |
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations. |
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The list of notification configurations. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNotificationConfigurationsResult()
Method Detail |
---|
public List<NotificationConfiguration> getNotificationConfigurations()
public void setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
notificationConfigurations
- The list of notification configurations.public DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The list of notification configurations.
public DescribeNotificationConfigurationsResult withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The list of notification configurations.
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 DescribeNotificationConfigurationsResult 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 String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |