public class DescribeNotificationConfigurationsResult
extends java.lang.Object
implements java.io.Serializable
The output of the DescribeNotificationConfigurations action.
| コンストラクタと説明 |
|---|
DescribeNotificationConfigurationsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
A string that is used to mark the start of the next batch of returned
results for pagination.
|
java.util.List<NotificationConfiguration> |
getNotificationConfigurations()
The list of notification configurations.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
A string that is used to mark the start of the next batch of returned
results for pagination.
|
void |
setNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNotificationConfigurationsResult |
withNextToken(java.lang.String nextToken)
A string that is used to mark the start of the next batch of returned
results for pagination.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(java.util.Collection<NotificationConfiguration> notificationConfigurations)
The list of notification configurations.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The list of notification configurations.
|
public DescribeNotificationConfigurationsResult()
public java.util.List<NotificationConfiguration> getNotificationConfigurations()
public void setNotificationConfigurations(java.util.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(java.util.Collection<NotificationConfiguration> notificationConfigurations)
Returns a reference to this object so that method calls can be chained together.
notificationConfigurations - The list of notification configurations.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 DescribeNotificationConfigurationsResult 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.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object