public class DescribeNotificationConfigurationsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotificationConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use when requesting the next set of items.
|
List<NotificationConfiguration> |
getNotificationConfigurations()
The notification configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use when requesting the next set of items.
|
void |
setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNotificationConfigurationsResult |
withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
|
public DescribeNotificationConfigurationsResult()
public List<NotificationConfiguration> getNotificationConfigurations()
public void setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
notificationConfigurations
- The notification configurations.public DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
NOTE: This method appends the values to the existing list (if
any). Use setNotificationConfigurations(java.util.Collection)
or withNotificationConfigurations(java.util.Collection)
if
you want to override the existing values.
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The notification configurations.public DescribeNotificationConfigurationsResult withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The 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
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.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
- The token to use when requesting the next set of items. If there are
no additional items to return, the string is empty.public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationConfigurationsResult clone()
Copyright © 2015. All rights reserved.