@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.
|
DeliveryOptions |
getDeliveryOptions() |
List<EventDestination> |
getEventDestinations()
A list of event destinations associated with the configuration set.
|
ReputationOptions |
getReputationOptions()
An object that represents the reputation settings for 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 |
setDeliveryOptions(DeliveryOptions deliveryOptions) |
void |
setEventDestinations(Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
|
void |
setReputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for 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.
|
DescribeConfigurationSetResult |
withConfigurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
|
DescribeConfigurationSetResult |
withDeliveryOptions(DeliveryOptions deliveryOptions) |
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 |
withReputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for 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 void setDeliveryOptions(DeliveryOptions deliveryOptions)
deliveryOptions
- public DeliveryOptions getDeliveryOptions()
public DescribeConfigurationSetResult withDeliveryOptions(DeliveryOptions deliveryOptions)
deliveryOptions
- public void setReputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for the configuration set.
reputationOptions
- An object that represents the reputation settings for the configuration set.public ReputationOptions getReputationOptions()
An object that represents the reputation settings for the configuration set.
public DescribeConfigurationSetResult withReputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for the configuration set.
reputationOptions
- An object that represents the reputation settings for the configuration set.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigurationSetResult clone()