@Generated(value="software.amazon.awssdk:codegen") public final class PutConfigurationSetDeliveryOptionsRequest extends PinpointEmailRequest implements ToCopyableBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>
A request to associate a configuration set with a dedicated IP pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutConfigurationSetDeliveryOptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutConfigurationSetDeliveryOptionsRequest.Builder |
builder() |
String |
configurationSetName()
The name of the configuration set that you want to associate with a dedicated IP pool.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
sendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
|
static Class<? extends PutConfigurationSetDeliveryOptionsRequest.Builder> |
serializableBuilderClass() |
TlsPolicy |
tlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
String |
tlsPolicyAsString()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String configurationSetName()
The name of the configuration set that you want to associate with a dedicated IP pool.
public TlsPolicy tlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If
the value is Require, messages are only delivered if a TLS connection can be established. If the
value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
If the service returns an enum value that is not available in the current SDK version, tlsPolicy will
return TlsPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tlsPolicyAsString().
Require, messages are only delivered if a TLS connection can be
established. If the value is Optional, messages can be delivered in plain text if a TLS
connection can't be established.TlsPolicypublic String tlsPolicyAsString()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If
the value is Require, messages are only delivered if a TLS connection can be established. If the
value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
If the service returns an enum value that is not available in the current SDK version, tlsPolicy will
return TlsPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tlsPolicyAsString().
Require, messages are only delivered if a TLS connection can be
established. If the value is Optional, messages can be delivered in plain text if a TLS
connection can't be established.TlsPolicypublic String sendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
public PutConfigurationSetDeliveryOptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>toBuilder in class PinpointEmailRequestpublic static PutConfigurationSetDeliveryOptionsRequest.Builder builder()
public static Class<? extends PutConfigurationSetDeliveryOptionsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.