@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotificationConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotificationConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string that indicates that the response contains more items than can be returned in a single response.
|
List<NotificationConfiguration> |
getNotificationConfigurations()
The notification configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
void |
setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNotificationConfigurationsResult |
withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResult |
withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeNotificationConfigurationsResult()
public List<NotificationConfiguration> getNotificationConfigurations()
The notification configurations.
public void setNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
notificationConfigurations
- The notification configurations.public DescribeNotificationConfigurationsResult withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
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.
notificationConfigurations
- The notification configurations.public DescribeNotificationConfigurationsResult withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
notificationConfigurations
- The notification configurations.public void setNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String getNextToken()
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public DescribeNotificationConfigurationsResult withNextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next set
of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting the
next set of items. This value is null when there are no more items to return.public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.