public class DescribeNotificationConfigurationsResult extends Object implements Serializable
The output of the DescribeNotificationConfigurations action.
Constructor and Description |
---|
DescribeNotificationConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
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.
|
public DescribeNotificationConfigurationsResult()
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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setNextToken(String nextToken)
Constraints:
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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()
Copyright © 2015. All rights reserved.