@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()
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.
|
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)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 getNextToken()
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)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.