public class DescribeConfigurationSetResult
extends java.lang.Object
implements java.io.Serializable
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 |
---|---|
boolean |
equals(java.lang.Object obj) |
ConfigurationSet |
getConfigurationSet()
The configuration set object associated with the specified configuration
set.
|
DeliveryOptions |
getDeliveryOptions()
Specifies whether messages that use the configuration set are required to
use Transport Layer Security (TLS).
|
java.util.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)
Specifies whether messages that use the configuration set are required to
use Transport Layer Security (TLS).
|
void |
setEventDestinations(java.util.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.
|
java.lang.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 |
withDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to
use Transport Layer Security (TLS).
|
DescribeConfigurationSetResult |
withEventDestinations(java.util.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.
|
public ConfigurationSet getConfigurationSet()
The configuration set object associated with the specified configuration set.
The configuration set object associated with the specified configuration set.
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 DescribeConfigurationSetResult withConfigurationSet(ConfigurationSet configurationSet)
The configuration set object associated with the specified configuration set.
Returns a reference to this object so that method calls can be chained together.
configurationSet
- The configuration set object associated with the specified configuration set.
public java.util.List<EventDestination> getEventDestinations()
A list of event destinations associated with the configuration set.
A list of event destinations associated with the configuration set.
public void setEventDestinations(java.util.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.
Returns a reference to this object so that method calls can be chained together.
eventDestinations
- A list of event destinations associated with the configuration set.
public DescribeConfigurationSetResult withEventDestinations(java.util.Collection<EventDestination> eventDestinations)
A list of event destinations associated with the configuration set.
Returns a reference to this object so that method calls can be chained together.
eventDestinations
- A list of event destinations associated with the configuration set.
public TrackingOptions getTrackingOptions()
The name of the custom open and click tracking domain associated with the configuration set.
The name of the custom open and click tracking domain 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 DescribeConfigurationSetResult withTrackingOptions(TrackingOptions trackingOptions)
The name of the custom open and click tracking domain associated with the configuration set.
Returns a reference to this object so that method calls can be chained together.
trackingOptions
- The name of the custom open and click tracking domain associated with the configuration set.
public DeliveryOptions getDeliveryOptions()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
public void setDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
deliveryOptions
- Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
public DescribeConfigurationSetResult withDeliveryOptions(DeliveryOptions deliveryOptions)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
Returns a reference to this object so that method calls can be chained together.
deliveryOptions
- Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
public ReputationOptions getReputationOptions()
An object that represents the reputation settings for the configuration set.
An object that represents the reputation settings for the configuration set.
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 DescribeConfigurationSetResult withReputationOptions(ReputationOptions reputationOptions)
An object that represents the reputation settings for the configuration set.
Returns a reference to this object so that method calls can be chained together.
reputationOptions
- An object that represents the reputation settings for the 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.