@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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).TlsPolicy
public String getTlsPolicy()
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
TlsPolicy
public 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).TlsPolicy
public 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).TlsPolicy
public 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 Object
Object.toString()
public PutConfigurationSetDeliveryOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.