@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 Pinpoint collects reputation metrics for the emails that you send
that use the configuration set.
|
SendingOptions |
getSendingOptions()
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
|
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.
|
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 Pinpoint 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 Pinpoint can send email that you send using the configuration set.
|
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.
|
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 Pinpoint 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 Pinpoint can send email that you send using the configuration set.
|
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.
|
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 Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
reputationOptions
- An object that defines whether or not Amazon Pinpoint 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 Pinpoint 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 Pinpoint collects reputation metrics for the emails that you send that use the configuration set.
reputationOptions
- An object that defines whether or not Amazon Pinpoint 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 Pinpoint can send email that you send using the configuration set.
sendingOptions
- An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration
set.public SendingOptions getSendingOptions()
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
public GetConfigurationSetResult withSendingOptions(SendingOptions sendingOptions)
An object that defines whether or not Amazon Pinpoint can send email that you send using the configuration set.
sendingOptions
- An object that defines whether or not Amazon Pinpoint 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 String toString()
toString
in class Object
Object.toString()
public GetConfigurationSetResult clone()