public class PutConfigurationSetDeliveryOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Adds or updates the delivery options for a configuration set.
| Constructor and Description |
|---|
PutConfigurationSetDeliveryOptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set that you want to specify the delivery
options for.
|
DeliveryOptions |
getDeliveryOptions()
Specifies whether messages that use the configuration set are required to
use Transport Layer Security (TLS).
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to specify the delivery
options for.
|
void |
setDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to
use Transport Layer Security (TLS).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutConfigurationSetDeliveryOptionsRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to specify the delivery
options for.
|
PutConfigurationSetDeliveryOptionsRequest |
withDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to
use Transport Layer Security (TLS).
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic PutConfigurationSetDeliveryOptionsRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set that you want to specify the delivery options for.
The name of the configuration set that you want to specify the delivery options for.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to specify the delivery options for.
configurationSetName - The name of the configuration set that you want to specify the delivery options for.
public PutConfigurationSetDeliveryOptionsRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that you want to specify the delivery options for.
Returns a reference to this object so that method calls can be chained together.
configurationSetName - The name of the configuration set that you want to specify the delivery options for.
public DeliveryOptions getDeliveryOptions()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
public void setDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
deliveryOptions - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
public PutConfigurationSetDeliveryOptionsRequest withDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Returns a reference to this object so that method calls can be chained together.
deliveryOptions - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.