@Generated(value="software.amazon.awssdk:codegen") public class AddressConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<AddressConfiguration.Builder,AddressConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddressConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bodyOverride()
Body override.
|
static AddressConfiguration.Builder |
builder() |
ChannelType |
channelType()
The channel type.
|
String |
channelTypeAsString()
The channel type.
|
Map<String,String> |
context()
A map of custom attributes to attributes to be attached to the message for this address.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
rawContent()
The Raw JSON formatted string to be used as the payload.
|
static Class<? extends AddressConfiguration.Builder> |
serializableBuilderClass() |
Map<String,List<String>> |
substitutions()
A map of substitution values for the message to be merged with the DefaultMessage's substitutions.
|
String |
titleOverride()
Title override.
|
AddressConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String bodyOverride()
public ChannelType channelType()
If the service returns an enum value that is not available in the current SDK version, channelType will
return ChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelTypeAsString().
ChannelTypepublic String channelTypeAsString()
If the service returns an enum value that is not available in the current SDK version, channelType will
return ChannelType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
channelTypeAsString().
ChannelTypepublic Map<String,String> context()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String rawContent()
public Map<String,List<String>> substitutions()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String titleOverride()
public AddressConfiguration.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AddressConfiguration.Builder,AddressConfiguration>public static AddressConfiguration.Builder builder()
public static Class<? extends AddressConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.