@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutConfigurationSetDeliveryOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to associate a configuration set with a dedicated IP pool.
NOOP| Constructor and Description |
|---|
PutConfigurationSetDeliveryOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationSetDeliveryOptionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set that you want to associate with a dedicated IP pool.
|
String |
getSendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
|
String |
getTlsPolicy()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set that you want to associate with a dedicated IP pool.
|
void |
setSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
void |
setTlsPolicy(String tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
String |
toString()
Returns a string representation of this object.
|
PutConfigurationSetDeliveryOptionsRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set that you want to associate with a dedicated IP pool.
|
PutConfigurationSetDeliveryOptionsRequest |
withSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
PutConfigurationSetDeliveryOptionsRequest |
withTlsPolicy(String tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
PutConfigurationSetDeliveryOptionsRequest |
withTlsPolicy(TlsPolicy tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic PutConfigurationSetDeliveryOptionsRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set that you want to associate with a dedicated IP pool.
configurationSetName - The name of the configuration set that you want to associate with a dedicated IP pool.public String getConfigurationSetName()
The name of the configuration set that you want to associate with a dedicated IP pool.
public PutConfigurationSetDeliveryOptionsRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set that you want to associate with a dedicated IP pool.
configurationSetName - The name of the configuration set that you want to associate with a dedicated IP pool.public void setTlsPolicy(String tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
tlsPolicy - Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).TlsPolicypublic String getTlsPolicy()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
TlsPolicypublic PutConfigurationSetDeliveryOptionsRequest withTlsPolicy(String tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
tlsPolicy - Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).TlsPolicypublic PutConfigurationSetDeliveryOptionsRequest withTlsPolicy(TlsPolicy tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
tlsPolicy - Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).TlsPolicypublic void setSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
sendingPoolName - The name of the dedicated IP pool that you want to associate with the configuration set.public String getSendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
public PutConfigurationSetDeliveryOptionsRequest withSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
sendingPoolName - The name of the dedicated IP pool that you want to associate with the configuration set.public String toString()
toString in class ObjectObject.toString()public PutConfigurationSetDeliveryOptionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.