@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEmailIdentityConfigurationSetAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to associate a configuration set with an email identity.
NOOP
Constructor and Description |
---|
PutEmailIdentityConfigurationSetAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
PutEmailIdentityConfigurationSetAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigurationSetName()
The configuration set to associate with an email identity.
|
String |
getEmailIdentity()
The email address or domain to associate with a configuration set.
|
int |
hashCode() |
void |
setConfigurationSetName(String configurationSetName)
The configuration set to associate with an email identity.
|
void |
setEmailIdentity(String emailIdentity)
The email address or domain to associate with a configuration set.
|
String |
toString()
Returns a string representation of this object.
|
PutEmailIdentityConfigurationSetAttributesRequest |
withConfigurationSetName(String configurationSetName)
The configuration set to associate with an email identity.
|
PutEmailIdentityConfigurationSetAttributesRequest |
withEmailIdentity(String emailIdentity)
The email address or domain to associate with a configuration set.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public PutEmailIdentityConfigurationSetAttributesRequest()
public void setEmailIdentity(String emailIdentity)
The email address or domain to associate with a configuration set.
emailIdentity
- The email address or domain to associate with a configuration set.public String getEmailIdentity()
The email address or domain to associate with a configuration set.
public PutEmailIdentityConfigurationSetAttributesRequest withEmailIdentity(String emailIdentity)
The email address or domain to associate with a configuration set.
emailIdentity
- The email address or domain to associate with a configuration set.public void setConfigurationSetName(String configurationSetName)
The configuration set to associate with an email identity.
configurationSetName
- The configuration set to associate with an email identity.public String getConfigurationSetName()
The configuration set to associate with an email identity.
public PutEmailIdentityConfigurationSetAttributesRequest withConfigurationSetName(String configurationSetName)
The configuration set to associate with an email identity.
configurationSetName
- The configuration set to associate with an email identity.public String toString()
toString
in class Object
Object.toString()
public PutEmailIdentityConfigurationSetAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()