@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigurationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the details 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.
Constructor and Description |
---|
DescribeConfigurationSetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationSetResult |
clone() |
boolean |
equals(Object obj) |
ConfigurationSet |
getConfigurationSet()
The configuration set object associated with the specified configuration set.
|
List<EventDestination> |
getEventDestinations()
A list of event destinations associated with the configuration set.
|
TrackingOptions |
getTrackingOptions()
The name of the custom open and click tracking domain associated with the configuration set.
|
int |
hashCode() |
void |
setConfigurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
|
void |
setEventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
|
void |
setTrackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConfigurationSetResult |
withConfigurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
|
DescribeConfigurationSetResult |
withEventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
|
DescribeConfigurationSetResult |
withEventDestinations(EventDestination... eventDestinations)
A list of event destinations associated with the configuration set.
|
DescribeConfigurationSetResult |
withTrackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
configurationSet
- The configuration set object associated with the specified configuration set.public ConfigurationSet getConfigurationSet()
The configuration set object associated with the specified configuration set.
public DescribeConfigurationSetResult withConfigurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
configurationSet
- The configuration set object associated with the specified configuration set.public List<EventDestination> getEventDestinations()
A list of event destinations associated with the configuration set.
public void setEventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
eventDestinations
- A list of event destinations associated with the configuration set.public DescribeConfigurationSetResult withEventDestinations(EventDestination... eventDestinations)
A list of event destinations associated with the configuration set.
NOTE: This method appends the values to the existing list (if any). Use
setEventDestinations(java.util.Collection)
or withEventDestinations(java.util.Collection)
if
you want to override the existing values.
eventDestinations
- A list of event destinations associated with the configuration set.public DescribeConfigurationSetResult withEventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
eventDestinations
- A list of event destinations associated with the configuration set.public void setTrackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
trackingOptions
- The name of the custom open and click tracking domain associated with the configuration set.public TrackingOptions getTrackingOptions()
The name of the custom open and click tracking domain associated with the configuration set.
public DescribeConfigurationSetResult withTrackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
trackingOptions
- The name of the custom open and click tracking domain associated with the configuration set.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.