@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutInboundDmarcSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutInboundDmarcSettingsRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutInboundDmarcSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getEnforced()
Enforces or suspends a policy after it's applied.
|
String |
getOrganizationId()
The ID of the organization that you are applying the DMARC policy to.
|
int |
hashCode() |
Boolean |
isEnforced()
Enforces or suspends a policy after it's applied.
|
void |
setEnforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
|
void |
setOrganizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
|
String |
toString()
Returns a string representation of this object.
|
PutInboundDmarcSettingsRequest |
withEnforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
|
PutInboundDmarcSettingsRequest |
withOrganizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
|
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, withSdkRequestTimeoutpublic void setOrganizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
organizationId - The ID of the organization that you are applying the DMARC policy to.public String getOrganizationId()
The ID of the organization that you are applying the DMARC policy to.
public PutInboundDmarcSettingsRequest withOrganizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
organizationId - The ID of the organization that you are applying the DMARC policy to.public void setEnforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
enforced - Enforces or suspends a policy after it's applied.public Boolean getEnforced()
Enforces or suspends a policy after it's applied.
public PutInboundDmarcSettingsRequest withEnforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
enforced - Enforces or suspends a policy after it's applied.public Boolean isEnforced()
Enforces or suspends a policy after it's applied.
public String toString()
toString in class ObjectObject.toString()public PutInboundDmarcSettingsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()