public class DescribeNotificationConfigurationsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeNotificationConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token to use when requesting the next set of items.
|
java.util.List<NotificationConfiguration> |
getNotificationConfigurations()
The notification configurations.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
void |
setNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNotificationConfigurationsResult |
withNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
|
public DescribeNotificationConfigurationsResult()
public java.util.List<NotificationConfiguration> getNotificationConfigurations()
The notification configurations.
The notification configurations.
public void setNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
notificationConfigurations
- The notification configurations.
public DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The notification configurations.
public DescribeNotificationConfigurationsResult withNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations
- The notification configurations.
public java.lang.String getNextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Constraints:
Pattern: [ --�𐀀-\r\n\t]*
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public void setNextToken(java.lang.String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Constraints:
Pattern: [ --�𐀀-\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(java.lang.String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: [ --�𐀀-\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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.