@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
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.
|
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 ObjectObject.toString()public DeliveryOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.