@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryOptions extends Object implements Serializable, Cloneable, StructuredPojo
Used to associate a configuration set with a dedicated IP pool.
Constructor and Description |
---|
DeliveryOptions() |
Modifier and Type | Method and Description |
---|---|
DeliveryOptions |
clone() |
boolean |
equals(Object obj) |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
DeliveryOptions |
withSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
DeliveryOptions |
withTlsPolicy(String tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
DeliveryOptions |
withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
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 DeliveryOptions 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 DeliveryOptions 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 DeliveryOptions 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 DeliveryOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.