@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
UpdateConfigurationSetEventDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateConfigurationSetEventDestinationRequest |
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 contains the event destination that you want to update.
|
EventDestination |
getEventDestination()
The event destination object that you want to apply to the specified configuration set.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
|
void |
setEventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateConfigurationSetEventDestinationRequest |
withConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
|
UpdateConfigurationSetEventDestinationRequest |
withEventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
|
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 UpdateConfigurationSetEventDestinationRequest()
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
configurationSetName
- The name of the configuration set that contains the event destination that you want to update.public String getConfigurationSetName()
The name of the configuration set that contains the event destination that you want to update.
public UpdateConfigurationSetEventDestinationRequest withConfigurationSetName(String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
configurationSetName
- The name of the configuration set that contains the event destination that you want to update.public void setEventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
eventDestination
- The event destination object that you want to apply to the specified configuration set.public EventDestination getEventDestination()
The event destination object that you want to apply to the specified configuration set.
public UpdateConfigurationSetEventDestinationRequest withEventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
eventDestination
- The event destination object that you want to apply to the specified configuration set.public String toString()
toString
in class Object
Object.toString()
public UpdateConfigurationSetEventDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.