@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 Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using 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 Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using 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 Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS).
|
DeliveryOptions |
withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS).
|
public void setTlsPolicy(String tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon Pinpoint
will bounce email messages that cannot be delivered over TLS. The default value is Optional
.
tlsPolicy
- Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon
Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional
.TlsPolicy
public String getTlsPolicy()
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon Pinpoint
will bounce email messages that cannot be delivered over TLS. The default value is Optional
.
Require
,
Amazon Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional
.TlsPolicy
public DeliveryOptions withTlsPolicy(String tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon Pinpoint
will bounce email messages that cannot be delivered over TLS. The default value is Optional
.
tlsPolicy
- Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon
Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional
.TlsPolicy
public DeliveryOptions withTlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon Pinpoint
will bounce email messages that cannot be delivered over TLS. The default value is Optional
.
tlsPolicy
- Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon
Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional
.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.