@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()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
String |
tlsPolicyAsString()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
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()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
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().
TlsPolicypublic String tlsPolicyAsString()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
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().
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.