@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetConfigurationSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Information about a configuration set.
Constructor and Description |
---|
GetConfigurationSetResult() |
Modifier and Type | Method and Description |
---|---|
GetConfigurationSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The name of the configuration set.
|
DeliveryOptions |
getDeliveryOptions()
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
ReputationOptions |
getReputationOptions()
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
SendingOptions |
getSendingOptions()
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
SuppressionOptions |
getSuppressionOptions()
An object that contains information about the suppression list preferences for your account.
|
List<Tag> |
getTags()
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
TrackingOptions |
getTrackingOptions()
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
VdmOptions |
getVdmOptions()
An object that contains information about the VDM preferences for your configuration set.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
void |
setDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
void |
setReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
void |
setSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
void |
setSuppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
|
void |
setTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
void |
setTrackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
void |
setVdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
|
String |
toString()
Returns a string representation of this object.
|
GetConfigurationSetResult |
withConfigurationSetName(String configurationSetName)
The name of the configuration set.
|
GetConfigurationSetResult |
withDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration
set.
|
GetConfigurationSetResult |
withReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that
use the configuration set.
|
GetConfigurationSetResult |
withSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
GetConfigurationSetResult |
withSuppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
|
GetConfigurationSetResult |
withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResult |
withTags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
|
GetConfigurationSetResult |
withTrackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
|
GetConfigurationSetResult |
withVdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.public String getConfigurationSetName()
The name of the configuration set.
public GetConfigurationSetResult withConfigurationSetName(String configurationSetName)
The name of the configuration set.
configurationSetName
- The name of the configuration set.public void setTrackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
trackingOptions
- An object that defines the open and click tracking options for emails that you send using the
configuration set.public TrackingOptions getTrackingOptions()
An object that defines the open and click tracking options for emails that you send using the configuration set.
public GetConfigurationSetResult withTrackingOptions(TrackingOptions trackingOptions)
An object that defines the open and click tracking options for emails that you send using the configuration set.
trackingOptions
- An object that defines the open and click tracking options for emails that you send using the
configuration set.public void setDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
deliveryOptions
- An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.public DeliveryOptions getDeliveryOptions()
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
public GetConfigurationSetResult withDeliveryOptions(DeliveryOptions deliveryOptions)
An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
deliveryOptions
- An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.public void setReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
reputationOptions
- An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send
that use the configuration set.public ReputationOptions getReputationOptions()
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
public GetConfigurationSetResult withReputationOptions(ReputationOptions reputationOptions)
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
reputationOptions
- An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send
that use the configuration set.public void setSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
sendingOptions
- An object that defines whether or not Amazon SES can send email that you send using the configuration set.public SendingOptions getSendingOptions()
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
public GetConfigurationSetResult withSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
sendingOptions
- An object that defines whether or not Amazon SES can send email that you send using the configuration set.public List<Tag> getTags()
An array of objects that define the tags (keys and values) that are associated with the configuration set.
public void setTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration set.public GetConfigurationSetResult withTags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration set.public GetConfigurationSetResult withTags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the configuration set.
tags
- An array of objects that define the tags (keys and values) that are associated with the configuration set.public void setSuppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
suppressionOptions
- An object that contains information about the suppression list preferences for your account.public SuppressionOptions getSuppressionOptions()
An object that contains information about the suppression list preferences for your account.
public GetConfigurationSetResult withSuppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
suppressionOptions
- An object that contains information about the suppression list preferences for your account.public void setVdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
vdmOptions
- An object that contains information about the VDM preferences for your configuration set.public VdmOptions getVdmOptions()
An object that contains information about the VDM preferences for your configuration set.
public GetConfigurationSetResult withVdmOptions(VdmOptions vdmOptions)
An object that contains information about the VDM preferences for your configuration set.
vdmOptions
- An object that contains information about the VDM preferences for your configuration set.public String toString()
toString
in class Object
Object.toString()
public GetConfigurationSetResult clone()