com.amazonaws.services.simpleemail.model
Class SetIdentityDkimEnabledRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.SetIdentityDkimEnabledRequest

public class SetIdentityDkimEnabledRequest
extends AmazonWebServiceRequest

Container for the parameters to the SetIdentityDkimEnabled operation.

Enables or disables Easy DKIM signing of email sent from an identity:

For email addresses (e.g., user@example.com ), you can only enable Easy DKIM signing if the corresponding domain (e.g., example.com ) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim action.

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide .

See Also:
AmazonSimpleEmailService.setIdentityDkimEnabled(SetIdentityDkimEnabledRequest)

Constructor Summary
SetIdentityDkimEnabledRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getDkimEnabled()
          Sets whether DKIM signing is enabled for an identity.
 String getIdentity()
          The identity for which DKIM signing should be enabled or disabled.
 int hashCode()
           
 Boolean isDkimEnabled()
          Sets whether DKIM signing is enabled for an identity.
 void setDkimEnabled(Boolean dkimEnabled)
          Sets whether DKIM signing is enabled for an identity.
 void setIdentity(String identity)
          The identity for which DKIM signing should be enabled or disabled.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 SetIdentityDkimEnabledRequest withDkimEnabled(Boolean dkimEnabled)
          Sets whether DKIM signing is enabled for an identity.
 SetIdentityDkimEnabledRequest withIdentity(String identity)
          The identity for which DKIM signing should be enabled or disabled.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetIdentityDkimEnabledRequest

public SetIdentityDkimEnabledRequest()
Method Detail

getIdentity

public String getIdentity()
The identity for which DKIM signing should be enabled or disabled.

Returns:
The identity for which DKIM signing should be enabled or disabled.

setIdentity

public void setIdentity(String identity)
The identity for which DKIM signing should be enabled or disabled.

Parameters:
identity - The identity for which DKIM signing should be enabled or disabled.

withIdentity

public SetIdentityDkimEnabledRequest withIdentity(String identity)
The identity for which DKIM signing should be enabled or disabled.

Returns a reference to this object so that method calls can be chained together.

Parameters:
identity - The identity for which DKIM signing should be enabled or disabled.
Returns:
A reference to this updated object so that method calls can be chained together.

isDkimEnabled

public Boolean isDkimEnabled()
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Returns:
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

setDkimEnabled

public void setDkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Parameters:
dkimEnabled - Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

withDkimEnabled

public SetIdentityDkimEnabledRequest withDkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dkimEnabled - Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.
Returns:
A reference to this updated object so that method calls can be chained together.

getDkimEnabled

public Boolean getDkimEnabled()
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Returns:
Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.