public class UpdateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Updates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.
When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
You can execute this operation no more than once per second.
Constructor and Description |
---|
UpdateConfigurationSetEventDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateConfigurationSetEventDestinationRequest |
withConfigurationSetName(java.lang.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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public UpdateConfigurationSetEventDestinationRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set that contains the event destination that you want to update.
The name of the configuration set that contains the event destination that you want to update.
public void setConfigurationSetName(java.lang.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 UpdateConfigurationSetEventDestinationRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that contains the event destination that you want to update.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set that contains the event destination that you want to update.
public EventDestination getEventDestination()
The event destination object that you want to apply to the specified configuration set.
The event destination object that you want to apply to the specified configuration set.
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 UpdateConfigurationSetEventDestinationRequest withEventDestination(EventDestination eventDestination)
The event destination object that you want to apply to the specified configuration set.
Returns a reference to this object so that method calls can be chained together.
eventDestination
- The event destination object that you want to apply to the specified configuration set.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.