ToCopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeNotificationConfigurationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeNotificationConfigurationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeNotificationConfigurationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
List<NotificationConfiguration> |
notificationConfigurations() |
The notification configurations.
|
static Class<? extends DescribeNotificationConfigurationsResponse.Builder> |
serializableBuilderClass() |
|
DescribeNotificationConfigurationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<NotificationConfiguration> notificationConfigurations()
The notification configurations.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
public static DescribeNotificationConfigurationsResponse.Builder builder()
public static Class<? extends DescribeNotificationConfigurationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.