@Generated(value="software.amazon.awssdk:codegen") public final class GetBucketNotificationConfigurationResponse extends S3Response implements ToCopyableBuilder<GetBucketNotificationConfigurationResponse.Builder,GetBucketNotificationConfigurationResponse>
A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBucketNotificationConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBucketNotificationConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<LambdaFunctionConfiguration> |
lambdaFunctionConfigurations()
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
List<QueueConfiguration> |
queueConfigurations()
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBucketNotificationConfigurationResponse.Builder> |
serializableBuilderClass() |
GetBucketNotificationConfigurationResponse.Builder |
toBuilder() |
List<TopicConfiguration> |
topicConfigurations()
The topic to which notifications are sent and the events for which notifications are generated.
|
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<TopicConfiguration> topicConfigurations()
The topic to which notifications are sent and the events for which notifications are generated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<QueueConfiguration> queueConfigurations()
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<LambdaFunctionConfiguration> lambdaFunctionConfigurations()
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetBucketNotificationConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBucketNotificationConfigurationResponse.Builder,GetBucketNotificationConfigurationResponse>toBuilder in class AwsResponsepublic static GetBucketNotificationConfigurationResponse.Builder builder()
public static Class<? extends GetBucketNotificationConfigurationResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.