@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutConfigurationSetDeliveryOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to modify the delivery options for a configuration set.
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 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(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).
|
String |
toString()
Returns a string representation of this object.
|
PutConfigurationSetDeliveryOptionsRequest |
withConfigurationSetName(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).
|
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 specify the delivery options for.
configurationSetName
- The name of the configuration set that you want to specify the delivery options for.public String getConfigurationSetName()
The name of the configuration set that you want to specify the delivery options for.
public PutConfigurationSetDeliveryOptionsRequest withConfigurationSetName(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 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 DeliveryOptions getDeliveryOptions()
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).
deliveryOptions
- Specifies whether messages that use the configuration set are required to use Transport Layer Security
(TLS).public String toString()
toString
in class Object
Object.toString()
public PutConfigurationSetDeliveryOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()