StructuredPojo
, ToCopyableBuilder<AddressConfiguration.Builder,AddressConfiguration>
@Generated("software.amazon.awssdk:codegen") public class AddressConfiguration extends Object implements StructuredPojo, ToCopyableBuilder<AddressConfiguration.Builder,AddressConfiguration>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AddressConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
bodyOverride() |
Body override.
|
static AddressConfiguration.Builder |
builder() |
|
String |
channelType() |
Type of channel of this address
|
Map<String,String> |
context() |
A map of custom attributes to attributes to be attached to the message for this address.
|
boolean |
equals(Object obj) |
|
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() |
public String bodyOverride()
public String channelType()
ChannelType
public Map<String,String> context()
public String rawContent()
public Map<String,List<String>> substitutions()
public String titleOverride()
public AddressConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddressConfiguration.Builder,AddressConfiguration>
public static AddressConfiguration.Builder builder()
public static Class<? extends AddressConfiguration.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.