public class CreateConfigurationSetEventDestinationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Creates a configuration set event destination.
When you create or update an event destination, you must provide one, and only one, destination. The destination can be CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Constructor and Description |
---|
CreateConfigurationSetEventDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfigurationSetName()
The name of the configuration set that the event destination should be
associated with.
|
EventDestination |
getEventDestination()
An object that describes the AWS service that email sending event
information will be published to.
|
int |
hashCode() |
void |
setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the event destination should be
associated with.
|
void |
setEventDestination(EventDestination eventDestination)
An object that describes the AWS service that email sending event
information will be published to.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateConfigurationSetEventDestinationRequest |
withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the event destination should be
associated with.
|
CreateConfigurationSetEventDestinationRequest |
withEventDestination(EventDestination eventDestination)
An object that describes the AWS service that email sending event
information will be published to.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public CreateConfigurationSetEventDestinationRequest()
public java.lang.String getConfigurationSetName()
The name of the configuration set that the event destination should be associated with.
The name of the configuration set that the event destination should be associated with.
public void setConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the event destination should be associated with.
configurationSetName
- The name of the configuration set that the event destination should be associated with.
public CreateConfigurationSetEventDestinationRequest withConfigurationSetName(java.lang.String configurationSetName)
The name of the configuration set that the event destination should be associated with.
Returns a reference to this object so that method calls can be chained together.
configurationSetName
- The name of the configuration set that the event destination should be associated with.
public EventDestination getEventDestination()
An object that describes the AWS service that email sending event information will be published to.
An object that describes the AWS service that email sending event information will be published to.
public void setEventDestination(EventDestination eventDestination)
An object that describes the AWS service that email sending event information will be published to.
eventDestination
- An object that describes the AWS service that email sending event information will be published to.
public CreateConfigurationSetEventDestinationRequest withEventDestination(EventDestination eventDestination)
An object that describes the AWS service that email sending event information will be published to.
Returns a reference to this object so that method calls can be chained together.
eventDestination
- An object that describes the AWS service that email sending event information will be published to.
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.