@Generated(value="software.amazon.awssdk:codegen") public final class DescribeNotificationConfigurationsResponse extends AutoScalingResponse implements ToCopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeNotificationConfigurationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNotificationConfigurationsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
The token to use when requesting the next set of items.
|
List<NotificationConfiguration> |
notificationConfigurations()
The notification configurations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeNotificationConfigurationsResponse.Builder> |
serializableBuilderClass() |
DescribeNotificationConfigurationsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<NotificationConfiguration> notificationConfigurations()
The notification configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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.
public DescribeNotificationConfigurationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>toBuilder in class AwsResponsepublic static DescribeNotificationConfigurationsResponse.Builder builder()
public static Class<? extends DescribeNotificationConfigurationsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.