Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetActiveReceiptRuleSetRequest.Builder,SetActiveReceiptRuleSetRequest>
@Generated("software.amazon.awssdk:codegen") public class SetActiveReceiptRuleSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetActiveReceiptRuleSetRequest.Builder,SetActiveReceiptRuleSetRequest>
Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetActiveReceiptRuleSetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetActiveReceiptRuleSetRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ruleSetName() |
The name of the receipt rule set to make active.
|
static Class<? extends SetActiveReceiptRuleSetRequest.Builder> |
serializableBuilderClass() |
|
SetActiveReceiptRuleSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String ruleSetName()
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
public SetActiveReceiptRuleSetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetActiveReceiptRuleSetRequest.Builder,SetActiveReceiptRuleSetRequest>
public static SetActiveReceiptRuleSetRequest.Builder builder()
public static Class<? extends SetActiveReceiptRuleSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.