@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()
Specifies whether messages that use the configuration set are required to use 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)
Specifies whether messages that use the configuration set are required to use 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)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
PutConfigurationSetDeliveryOptionsRequest |
withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use 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)
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.
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.TlsPolicy
public String getTlsPolicy()
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.
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.TlsPolicy
public PutConfigurationSetDeliveryOptionsRequest withTlsPolicy(String 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.
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.TlsPolicy
public PutConfigurationSetDeliveryOptionsRequest withTlsPolicy(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.
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.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.