@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.
|
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 |
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 |
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, setSdkResponseMetadatapublic 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 String toString()
toString in class ObjectObject.toString()public GetConfigurationSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.