@Generated(value="software.amazon.awssdk:codegen") public final class NotificationConfigurationDeprecated extends Object implements ToCopyableBuilder<NotificationConfigurationDeprecated.Builder,NotificationConfigurationDeprecated>
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
NotificationConfigurationDeprecated.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static NotificationConfigurationDeprecated.Builder | 
builder()  | 
CloudFunctionConfiguration | 
cloudFunctionConfiguration()
Returns the value of the CloudFunctionConfiguration property for this object. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
QueueConfigurationDeprecated | 
queueConfiguration()
Returns the value of the QueueConfiguration property for this object. 
 | 
static Class<? extends NotificationConfigurationDeprecated.Builder> | 
serializableBuilderClass()  | 
NotificationConfigurationDeprecated.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
TopicConfigurationDeprecated | 
topicConfiguration()
Returns the value of the TopicConfiguration property for this object. 
 | 
String | 
toString()  | 
copypublic TopicConfigurationDeprecated topicConfiguration()
public QueueConfigurationDeprecated queueConfiguration()
public CloudFunctionConfiguration cloudFunctionConfiguration()
public NotificationConfigurationDeprecated.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<NotificationConfigurationDeprecated.Builder,NotificationConfigurationDeprecated>public static NotificationConfigurationDeprecated.Builder builder()
public static Class<? extends NotificationConfigurationDeprecated.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.